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