#[repr(C)]pub struct ZL_LocalIntParams {
pub intParams: *const ZL_IntParam,
pub nbIntParams: usize,
}Fields§
§intParams: *const ZL_IntParam§nbIntParams: usizeTrait Implementations§
Source§impl Clone for ZL_LocalIntParams
impl Clone for ZL_LocalIntParams
Source§fn clone(&self) -> ZL_LocalIntParams
fn clone(&self) -> ZL_LocalIntParams
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_LocalIntParams
impl Debug for ZL_LocalIntParams
impl Copy for ZL_LocalIntParams
Auto Trait Implementations§
impl Freeze for ZL_LocalIntParams
impl RefUnwindSafe for ZL_LocalIntParams
impl !Send for ZL_LocalIntParams
impl !Sync for ZL_LocalIntParams
impl Unpin for ZL_LocalIntParams
impl UnwindSafe for ZL_LocalIntParams
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