#[repr(packed)]struct Pixel {
_r: u8,
_g: u8,
_b: u8,
}
Fields§
§_r: u8
§_g: u8
§_b: u8
Implementations§
Trait Implementations§
impl Copy for Pixel
Auto Trait Implementations§
impl RefUnwindSafe for Pixel
impl Send for Pixel
impl Sync for Pixel
impl Unpin for Pixel
impl UnwindSafe for Pixel
Blanket Implementations§
source§impl<T> ResetDiscriminant<T> for Twhere
T: Copy,
impl<T> ResetDiscriminant<T> for Twhere T: Copy,
source§fn discriminant(&self) -> T
fn discriminant(&self) -> T
Value based on which equality for the reset will be determined.