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