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