pub struct StandardMode { /* private fields */ }
Expand description
StandardMode This mode is best used when polled at ~900Hz.
Implementations§
Trait Implementations§
Source§impl Clone for StandardMode
impl Clone for StandardMode
Source§fn clone(&self) -> StandardMode
fn clone(&self) -> StandardMode
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 Debug for StandardMode
impl Debug for StandardMode
Source§impl Default for StandardMode
impl Default for StandardMode
Source§impl PartialEq for StandardMode
impl PartialEq for StandardMode
impl Copy for StandardMode
impl Eq for StandardMode
impl StructuralPartialEq for StandardMode
Auto Trait Implementations§
impl Freeze for StandardMode
impl RefUnwindSafe for StandardMode
impl Send for StandardMode
impl Sync for StandardMode
impl Unpin for StandardMode
impl UnwindSafe for StandardMode
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