#[repr(u32)]pub enum _fc2StatisticsChannel {
FC2_STATISTICS_GREY = 0,
FC2_STATISTICS_RED = 1,
FC2_STATISTICS_GREEN = 2,
FC2_STATISTICS_BLUE = 3,
FC2_STATISTICS_HUE = 4,
FC2_STATISTICS_SATURATION = 5,
FC2_STATISTICS_LIGHTNESS = 6,
FC2_STATISTICS_FORCE_32BITS = 2_147_483_647,
}Variants§
FC2_STATISTICS_GREY = 0
FC2_STATISTICS_RED = 1
FC2_STATISTICS_GREEN = 2
FC2_STATISTICS_BLUE = 3
FC2_STATISTICS_HUE = 4
FC2_STATISTICS_SATURATION = 5
FC2_STATISTICS_LIGHTNESS = 6
FC2_STATISTICS_FORCE_32BITS = 2_147_483_647
Trait Implementations§
Source§impl Clone for _fc2StatisticsChannel
impl Clone for _fc2StatisticsChannel
Source§fn clone(&self) -> _fc2StatisticsChannel
fn clone(&self) -> _fc2StatisticsChannel
Returns a duplicate 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 _fc2StatisticsChannel
impl Debug for _fc2StatisticsChannel
impl Copy for _fc2StatisticsChannel
Auto Trait Implementations§
impl Freeze for _fc2StatisticsChannel
impl RefUnwindSafe for _fc2StatisticsChannel
impl Send for _fc2StatisticsChannel
impl Sync for _fc2StatisticsChannel
impl Unpin for _fc2StatisticsChannel
impl UnwindSafe for _fc2StatisticsChannel
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