pub enum DeviceSpeed {
Full,
Low,
}
Variants§
Trait Implementations§
Source§impl Clone for DeviceSpeed
impl Clone for DeviceSpeed
Source§fn clone(&self) -> DeviceSpeed
fn clone(&self) -> DeviceSpeed
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeviceSpeed
impl Debug for DeviceSpeed
impl Copy for DeviceSpeed
Auto Trait Implementations§
impl Freeze for DeviceSpeed
impl RefUnwindSafe for DeviceSpeed
impl Send for DeviceSpeed
impl Sync for DeviceSpeed
impl Unpin for DeviceSpeed
impl UnwindSafe for DeviceSpeed
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