Struct OBJ_TYPE
#[repr(transparent)]pub struct OBJ_TYPE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for OBJ_TYPE
impl Eq for OBJ_TYPE
impl StructuralPartialEq for OBJ_TYPE
Auto Trait Implementations§
impl Freeze for OBJ_TYPE
impl RefUnwindSafe for OBJ_TYPE
impl Send for OBJ_TYPE
impl Sync for OBJ_TYPE
impl Unpin for OBJ_TYPE
impl UnwindSafe for OBJ_TYPE
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