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