#[repr(C)]pub union AEGP_StreamVal2 {
pub four_d: AEGP_FourDVal,
pub three_d: AEGP_ThreeDVal,
pub two_d: AEGP_TwoDVal,
pub one_d: AEGP_OneDVal,
pub color: AEGP_ColorVal,
pub arbH: AEGP_ArbBlockVal,
pub markerP: AEGP_MarkerValP,
pub layer_id: AEGP_LayerIDVal,
pub mask_id: AEGP_MaskIDVal,
pub mask: AEGP_MaskOutlineValH,
pub text_documentH: AEGP_TextDocumentH,
}Fields§
§four_d: AEGP_FourDVal§three_d: AEGP_ThreeDVal§two_d: AEGP_TwoDVal§one_d: AEGP_OneDVal§color: AEGP_ColorVal§arbH: AEGP_ArbBlockVal§markerP: AEGP_MarkerValP§layer_id: AEGP_LayerIDVal§mask_id: AEGP_MaskIDVal§mask: AEGP_MaskOutlineValH§text_documentH: AEGP_TextDocumentHTrait Implementations§
Source§impl Clone for AEGP_StreamVal2
impl Clone for AEGP_StreamVal2
Source§fn clone(&self) -> AEGP_StreamVal2
fn clone(&self) -> AEGP_StreamVal2
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 moreimpl Copy for AEGP_StreamVal2
Auto Trait Implementations§
impl Freeze for AEGP_StreamVal2
impl RefUnwindSafe for AEGP_StreamVal2
impl !Send for AEGP_StreamVal2
impl !Sync for AEGP_StreamVal2
impl Unpin for AEGP_StreamVal2
impl UnwindSafe for AEGP_StreamVal2
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