pub enum DynReference {
Pclk,
Usb,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for DynReference
impl Clone for DynReference
Source§fn clone(&self) -> DynReference
fn clone(&self) -> DynReference
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for DynReference
impl PartialEq for DynReference
impl Copy for DynReference
impl Eq for DynReference
impl StructuralPartialEq for DynReference
Auto Trait Implementations§
impl Freeze for DynReference
impl RefUnwindSafe for DynReference
impl Send for DynReference
impl Sync for DynReference
impl Unpin for DynReference
impl UnwindSafe for DynReference
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more