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