#[repr(C)]pub struct ZL_MParam {
pub content: *const c_void,
pub size: usize,
pub mparamID: ZL_MParamID,
}Fields§
§content: *const c_void§size: usize§mparamID: ZL_MParamIDFor advanced use cases, you can specify a custom ID for this MParam. If unset, a default ID will be assigned.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZL_MParam
impl RefUnwindSafe for ZL_MParam
impl !Send for ZL_MParam
impl !Sync for ZL_MParam
impl Unpin for ZL_MParam
impl UnsafeUnpin for ZL_MParam
impl UnwindSafe for ZL_MParam
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