#[repr(u8)]pub enum Set0 {
NOT_SET = 0,
R_SET_W_CLAIM = 1,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Set0
impl Ord for Set0
Source§impl PartialOrd for Set0
impl PartialOrd for Set0
impl Copy for Set0
impl Eq for Set0
impl StructuralPartialEq for Set0
Auto Trait Implementations§
impl Freeze for Set0
impl RefUnwindSafe for Set0
impl Send for Set0
impl Sync for Set0
impl Unpin for Set0
impl UnwindSafe for Set0
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
)