#[repr(C)]pub struct AEGP_AlphaLabel {
pub flags: AEGP_AlphaFlags,
pub redCu: A_u_char,
pub greenCu: A_u_char,
pub blueCu: A_u_char,
}Fields§
§flags: AEGP_AlphaFlags§redCu: A_u_char§greenCu: A_u_char§blueCu: A_u_charTrait Implementations§
Source§impl Clone for AEGP_AlphaLabel
impl Clone for AEGP_AlphaLabel
Source§fn clone(&self) -> AEGP_AlphaLabel
fn clone(&self) -> AEGP_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 AEGP_AlphaLabel
impl Debug for AEGP_AlphaLabel
impl Copy for AEGP_AlphaLabel
Auto Trait Implementations§
impl Freeze for AEGP_AlphaLabel
impl RefUnwindSafe for AEGP_AlphaLabel
impl Send for AEGP_AlphaLabel
impl Sync for AEGP_AlphaLabel
impl Unpin for AEGP_AlphaLabel
impl UnwindSafe for AEGP_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