pub enum StandbyMode {
Rc,
Xosc,
}Expand description
The standby mode a SetStandby command selects, from Table 13-4.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StandbyMode
impl Clone for StandbyMode
Source§fn clone(&self) -> StandbyMode
fn clone(&self) -> StandbyMode
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 StandbyMode
Source§impl Debug for StandbyMode
impl Debug for StandbyMode
impl Eq for StandbyMode
Source§impl Hash for StandbyMode
impl Hash for StandbyMode
Source§impl PartialEq for StandbyMode
impl PartialEq for StandbyMode
Source§fn eq(&self, other: &StandbyMode) -> bool
fn eq(&self, other: &StandbyMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StandbyMode
Auto Trait Implementations§
impl Freeze for StandbyMode
impl RefUnwindSafe for StandbyMode
impl Send for StandbyMode
impl Sync for StandbyMode
impl Unpin for StandbyMode
impl UnsafeUnpin for StandbyMode
impl UnwindSafe for StandbyMode
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