#[repr(C)]pub struct ZL_MParamID {
pub id: ZL_UniqueID,
}Fields§
§id: ZL_UniqueIDTrait Implementations§
Source§impl Clone for ZL_MParamID
impl Clone for ZL_MParamID
Source§fn clone(&self) -> ZL_MParamID
fn clone(&self) -> ZL_MParamID
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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_MParamID
impl Debug for ZL_MParamID
impl Copy for ZL_MParamID
Auto Trait Implementations§
impl Freeze for ZL_MParamID
impl RefUnwindSafe for ZL_MParamID
impl Send for ZL_MParamID
impl Sync for ZL_MParamID
impl Unpin for ZL_MParamID
impl UnsafeUnpin for ZL_MParamID
impl UnwindSafe for ZL_MParamID
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