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