#[repr(C, packed(2))]pub struct AEIO_AlphaLabel {
pub version: A_short,
pub flags: AEIO_AlphaFlags,
pub red: A_u_char,
pub green: A_u_char,
pub blue: A_u_char,
pub alpha: AEIO_AlphaType,
}Fields§
§version: A_short§flags: AEIO_AlphaFlags§red: A_u_char§green: A_u_char§blue: A_u_char§alpha: AEIO_AlphaTypeTrait Implementations§
Source§impl Clone for AEIO_AlphaLabel
impl Clone for AEIO_AlphaLabel
Source§fn clone(&self) -> AEIO_AlphaLabel
fn clone(&self) -> AEIO_AlphaLabel
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 AEIO_AlphaLabel
impl Debug for AEIO_AlphaLabel
impl Copy for AEIO_AlphaLabel
Auto Trait Implementations§
impl Freeze for AEIO_AlphaLabel
impl RefUnwindSafe for AEIO_AlphaLabel
impl Send for AEIO_AlphaLabel
impl Sync for AEIO_AlphaLabel
impl Unpin for AEIO_AlphaLabel
impl UnwindSafe for AEIO_AlphaLabel
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