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