#[repr(C)]pub struct ZL_SerialSelectorDesc {
pub selector_f: ZL_SerialSelectorFn,
pub customGraphs: *const ZL_GraphID,
pub nbCustomGraphs: usize,
pub name: *const c_char,
}Fields§
§selector_f: ZL_SerialSelectorFn§customGraphs: *const ZL_GraphID§nbCustomGraphs: usize§name: *const c_charTrait Implementations§
Source§impl Clone for ZL_SerialSelectorDesc
impl Clone for ZL_SerialSelectorDesc
Source§fn clone(&self) -> ZL_SerialSelectorDesc
fn clone(&self) -> ZL_SerialSelectorDesc
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_SerialSelectorDesc
impl Debug for ZL_SerialSelectorDesc
impl Copy for ZL_SerialSelectorDesc
Auto Trait Implementations§
impl Freeze for ZL_SerialSelectorDesc
impl RefUnwindSafe for ZL_SerialSelectorDesc
impl !Send for ZL_SerialSelectorDesc
impl !Sync for ZL_SerialSelectorDesc
impl Unpin for ZL_SerialSelectorDesc
impl UnwindSafe for ZL_SerialSelectorDesc
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