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