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