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