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