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