#[repr(u8)]pub enum SawtoothDirection {
Falling = 0,
Rising = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for SawtoothDirection
impl Clone for SawtoothDirection
Source§fn clone(&self) -> SawtoothDirection
fn clone(&self) -> SawtoothDirection
Returns a duplicate 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 moreimpl Copy for SawtoothDirection
Auto Trait Implementations§
impl Freeze for SawtoothDirection
impl RefUnwindSafe for SawtoothDirection
impl Send for SawtoothDirection
impl Sync for SawtoothDirection
impl Unpin for SawtoothDirection
impl UnwindSafe for SawtoothDirection
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