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