#[repr(u8)]pub enum Set2 {
NOT_SET = 0,
R_SET_W_CLAIM = 1,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Set2
impl Ord for Set2
Source§impl PartialOrd for Set2
impl PartialOrd for Set2
impl Copy for Set2
impl Eq for Set2
impl StructuralPartialEq for Set2
Auto Trait Implementations§
impl Freeze for Set2
impl RefUnwindSafe for Set2
impl Send for Set2
impl Sync for Set2
impl Unpin for Set2
impl UnwindSafe for Set2
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)