#[repr(C)]pub struct AEGP_StreamValue {
pub streamH: AEGP_StreamRefH,
pub val: AEGP_StreamVal,
}Fields§
§streamH: AEGP_StreamRefH§val: AEGP_StreamValTrait Implementations§
Source§impl Clone for AEGP_StreamValue
impl Clone for AEGP_StreamValue
Source§fn clone(&self) -> AEGP_StreamValue
fn clone(&self) -> AEGP_StreamValue
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_StreamValue
Auto Trait Implementations§
impl Freeze for AEGP_StreamValue
impl RefUnwindSafe for AEGP_StreamValue
impl !Send for AEGP_StreamValue
impl !Sync for AEGP_StreamValue
impl Unpin for AEGP_StreamValue
impl UnwindSafe for AEGP_StreamValue
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