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