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