Enum nvml_wrapper::enum_wrappers::unit::LedColor
source · pub enum LedColor {
Green,
Amber,
}
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq for LedColor
impl PartialEq for LedColor
impl Eq for LedColor
impl StructuralPartialEq for LedColor
Auto Trait Implementations§
impl RefUnwindSafe for LedColor
impl Send for LedColor
impl Sync for LedColor
impl Unpin for LedColor
impl UnwindSafe for LedColor
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