pub struct CsrIType(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for CsrIType
impl Eq for CsrIType
impl StructuralPartialEq for CsrIType
Auto Trait Implementations§
impl Freeze for CsrIType
impl RefUnwindSafe for CsrIType
impl Send for CsrIType
impl Sync for CsrIType
impl Unpin for CsrIType
impl UnwindSafe for CsrIType
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