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