#[repr(C)]pub struct ZL_VOGraphDesc {
pub CTid: ZL_IDType,
pub inStreamType: ZL_Type,
pub singletonTypes: *const ZL_Type,
pub nbSingletons: usize,
pub voTypes: *const ZL_Type,
pub nbVOs: usize,
}Fields§
§CTid: ZL_IDType§inStreamType: ZL_Type§singletonTypes: *const ZL_Type§nbSingletons: usize§voTypes: *const ZL_Type§nbVOs: usizeTrait Implementations§
Source§impl Clone for ZL_VOGraphDesc
impl Clone for ZL_VOGraphDesc
Source§fn clone(&self) -> ZL_VOGraphDesc
fn clone(&self) -> ZL_VOGraphDesc
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 ZL_VOGraphDesc
impl Debug for ZL_VOGraphDesc
impl Copy for ZL_VOGraphDesc
Auto Trait Implementations§
impl Freeze for ZL_VOGraphDesc
impl RefUnwindSafe for ZL_VOGraphDesc
impl !Send for ZL_VOGraphDesc
impl !Sync for ZL_VOGraphDesc
impl Unpin for ZL_VOGraphDesc
impl UnwindSafe for ZL_VOGraphDesc
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