Struct Fdcansel
#[repr(transparent)]pub struct Fdcansel(pub u8);
Tuple Fields§
§0: u8
Implementations§
Trait Implementations§
§impl Ord for Fdcansel
impl Ord for Fdcansel
§impl PartialOrd for Fdcansel
impl PartialOrd for Fdcansel
impl Copy for Fdcansel
impl Eq for Fdcansel
impl StructuralPartialEq for Fdcansel
Auto Trait Implementations§
impl Freeze for Fdcansel
impl RefUnwindSafe for Fdcansel
impl Send for Fdcansel
impl Sync for Fdcansel
impl Unpin for Fdcansel
impl UnwindSafe for Fdcansel
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