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