Enum lis2dw12::OperatingMode [−][src]
pub enum OperatingMode {
LowPower,
HighPerformance,
SingleOnDemand,
}Variants
Trait Implementations
impl Clone for OperatingMode[src]
impl Clone for OperatingMode[src]fn clone(&self) -> OperatingMode[src]
fn clone(&self) -> OperatingMode[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl PartialEq<OperatingMode> for OperatingMode[src]
impl PartialEq<OperatingMode> for OperatingMode[src]impl Copy for OperatingMode[src]
impl Eq for OperatingMode[src]
impl StructuralEq for OperatingMode[src]
impl StructuralPartialEq for OperatingMode[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self