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