#[repr(transparent)]pub struct PSUACTION(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl PSUACTION
impl PSUACTION
pub const PSU_DEFAULT: Self
pub const PSU_SECURITY_URL_ONLY: Self
Trait Implementations§
Source§impl Abi for PSUACTION
impl Abi for PSUACTION
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