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