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