pub enum DisplayBlink {
Off,
TwoHz,
OneHz,
HalfHz,
}
Variants§
Trait Implementations§
Source§impl Clone for DisplayBlink
impl Clone for DisplayBlink
Source§fn clone(&self) -> DisplayBlink
fn clone(&self) -> DisplayBlink
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 DisplayBlink
Auto Trait Implementations§
impl Freeze for DisplayBlink
impl RefUnwindSafe for DisplayBlink
impl Send for DisplayBlink
impl Sync for DisplayBlink
impl Unpin for DisplayBlink
impl UnwindSafe for DisplayBlink
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