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