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 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for PowerSettingLid
impl PartialEq for PowerSettingLid
impl Copy for PowerSettingLid
impl Eq for PowerSettingLid
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 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