#[repr(C)]pub struct AEGP_LayerStreamCollectionItem {
pub layerH: AEGP_LayerH,
pub layer_stream: AEGP_LayerStream,
}Fields§
§layerH: AEGP_LayerH§layer_stream: AEGP_LayerStreamTrait Implementations§
Source§impl Clone for AEGP_LayerStreamCollectionItem
impl Clone for AEGP_LayerStreamCollectionItem
Source§fn clone(&self) -> AEGP_LayerStreamCollectionItem
fn clone(&self) -> AEGP_LayerStreamCollectionItem
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_LayerStreamCollectionItem
Auto Trait Implementations§
impl Freeze for AEGP_LayerStreamCollectionItem
impl RefUnwindSafe for AEGP_LayerStreamCollectionItem
impl !Send for AEGP_LayerStreamCollectionItem
impl !Sync for AEGP_LayerStreamCollectionItem
impl Unpin for AEGP_LayerStreamCollectionItem
impl UnwindSafe for AEGP_LayerStreamCollectionItem
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