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