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