#[repr(C)]pub struct V5_DeviceOpticalRgb {
pub red: c_double,
pub green: c_double,
pub blue: c_double,
pub brightness: c_double,
}
Fields§
§red: c_double
§green: c_double
§blue: c_double
§brightness: c_double
Trait Implementations§
Source§impl Clone for V5_DeviceOpticalRgb
impl Clone for V5_DeviceOpticalRgb
Source§fn clone(&self) -> V5_DeviceOpticalRgb
fn clone(&self) -> V5_DeviceOpticalRgb
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 V5_DeviceOpticalRgb
impl Debug for V5_DeviceOpticalRgb
Source§impl Default for V5_DeviceOpticalRgb
impl Default for V5_DeviceOpticalRgb
Source§fn default() -> V5_DeviceOpticalRgb
fn default() -> V5_DeviceOpticalRgb
Returns the “default value” for a type. Read more
Source§impl PartialEq for V5_DeviceOpticalRgb
impl PartialEq for V5_DeviceOpticalRgb
impl Copy for V5_DeviceOpticalRgb
impl StructuralPartialEq for V5_DeviceOpticalRgb
Auto Trait Implementations§
impl Freeze for V5_DeviceOpticalRgb
impl RefUnwindSafe for V5_DeviceOpticalRgb
impl Send for V5_DeviceOpticalRgb
impl Sync for V5_DeviceOpticalRgb
impl Unpin for V5_DeviceOpticalRgb
impl UnwindSafe for V5_DeviceOpticalRgb
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