#[repr(transparent)]pub struct IdxblkLDp(pub u32);Expand description
no description available
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for IdxblkLDp
impl Eq for IdxblkLDp
impl StructuralPartialEq for IdxblkLDp
Auto Trait Implementations§
impl Freeze for IdxblkLDp
impl RefUnwindSafe for IdxblkLDp
impl Send for IdxblkLDp
impl Sync for IdxblkLDp
impl Unpin for IdxblkLDp
impl UnwindSafe for IdxblkLDp
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