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