#[repr(transparent)]pub struct Bdtpage1(pub u8);Expand description
BDT Page 1
Tuple Fields§
§0: u8Implementations§
Trait Implementations§
impl Copy for Bdtpage1
impl Eq for Bdtpage1
impl StructuralPartialEq for Bdtpage1
Auto Trait Implementations§
impl Freeze for Bdtpage1
impl RefUnwindSafe for Bdtpage1
impl Send for Bdtpage1
impl Sync for Bdtpage1
impl Unpin for Bdtpage1
impl UnwindSafe for Bdtpage1
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