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