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