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