Enum Soscsel
pub enum Soscsel {
_0 = 0,
_1 = 1,
}Expand description
System OSC Selected
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Soscsel
impl Eq for Soscsel
impl StructuralPartialEq for Soscsel
Auto Trait Implementations§
impl Freeze for Soscsel
impl RefUnwindSafe for Soscsel
impl Send for Soscsel
impl Sync for Soscsel
impl Unpin for Soscsel
impl UnwindSafe for Soscsel
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