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