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