Struct FrameFlashMode
#[repr(transparent)]pub struct FrameFlashMode(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl FrameFlashMode
impl FrameFlashMode
Trait Implementations§
§impl Clone for FrameFlashMode
impl Clone for FrameFlashMode
§fn clone(&self) -> FrameFlashMode
fn clone(&self) -> FrameFlashMode
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 more§impl Debug for FrameFlashMode
impl Debug for FrameFlashMode
§impl Default for FrameFlashMode
impl Default for FrameFlashMode
§fn default() -> FrameFlashMode
fn default() -> FrameFlashMode
Returns the “default value” for a type. Read more
§impl PartialEq for FrameFlashMode
impl PartialEq for FrameFlashMode
impl Copy for FrameFlashMode
impl Eq for FrameFlashMode
impl StructuralPartialEq for FrameFlashMode
Auto Trait Implementations§
impl Freeze for FrameFlashMode
impl RefUnwindSafe for FrameFlashMode
impl Send for FrameFlashMode
impl Sync for FrameFlashMode
impl Unpin for FrameFlashMode
impl UnwindSafe for FrameFlashMode
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