#[repr(C)]pub struct FADING {
pub b: c_uchar,
pub g: c_uchar,
pub r: c_uchar,
pub res: c_uchar,
}Fields§
§b: c_uchar§g: c_uchar§r: c_uchar§res: c_ucharTrait Implementations§
impl Copy for FADING
impl Eq for FADING
impl StructuralPartialEq for FADING
Auto Trait Implementations§
impl Freeze for FADING
impl RefUnwindSafe for FADING
impl Send for FADING
impl Sync for FADING
impl Unpin for FADING
impl UnwindSafe for FADING
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