Struct _EXPPS
#[repr(transparent)]pub struct _EXPPS(pub i32);Tuple Fields§
§0: i32Trait Implementations§
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