#[repr(C)]pub struct FFColorRangeConfig {
pub green: u8,
pub yellow: u8,
}
Fields§
§green: u8
§yellow: u8
Trait Implementations§
Source§impl Clone for FFColorRangeConfig
impl Clone for FFColorRangeConfig
Source§fn clone(&self) -> FFColorRangeConfig
fn clone(&self) -> FFColorRangeConfig
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 FFColorRangeConfig
impl Debug for FFColorRangeConfig
impl Copy for FFColorRangeConfig
Auto Trait Implementations§
impl Freeze for FFColorRangeConfig
impl RefUnwindSafe for FFColorRangeConfig
impl Send for FFColorRangeConfig
impl Sync for FFColorRangeConfig
impl Unpin for FFColorRangeConfig
impl UnwindSafe for FFColorRangeConfig
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