#[repr(C)]pub struct ZL_LocalParams {
pub intParams: ZL_LocalIntParams,
pub copyParams: ZL_LocalCopyParams,
pub refParams: ZL_LocalRefParams,
}Fields§
§intParams: ZL_LocalIntParams§copyParams: ZL_LocalCopyParams§refParams: ZL_LocalRefParamsTrait Implementations§
Source§impl Clone for ZL_LocalParams
impl Clone for ZL_LocalParams
Source§fn clone(&self) -> ZL_LocalParams
fn clone(&self) -> ZL_LocalParams
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_LocalParams
impl Debug for ZL_LocalParams
impl Copy for ZL_LocalParams
Auto Trait Implementations§
impl Freeze for ZL_LocalParams
impl RefUnwindSafe for ZL_LocalParams
impl !Send for ZL_LocalParams
impl !Sync for ZL_LocalParams
impl Unpin for ZL_LocalParams
impl UnwindSafe for ZL_LocalParams
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