pub enum PowerSettingLid {
Closed,
Opened,
}Available on crate feature
kernel only.Expand description
Variant parameter for:
Variants§
Trait Implementations§
Source§impl Clone for PowerSettingLid
impl Clone for PowerSettingLid
Source§fn clone(&self) -> PowerSettingLid
fn clone(&self) -> PowerSettingLid
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PowerSettingLid
impl Eq for PowerSettingLid
Source§impl PartialEq for PowerSettingLid
impl PartialEq for PowerSettingLid
Source§fn eq(&self, other: &PowerSettingLid) -> bool
fn eq(&self, other: &PowerSettingLid) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PowerSettingLid
Auto Trait Implementations§
impl Freeze for PowerSettingLid
impl RefUnwindSafe for PowerSettingLid
impl Send for PowerSettingLid
impl Sync for PowerSettingLid
impl Unpin for PowerSettingLid
impl UnsafeUnpin for PowerSettingLid
impl UnwindSafe for PowerSettingLid
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