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