Struct MI_ParameterSet
#[repr(C)]pub struct MI_ParameterSet {
pub reserved1: u64,
pub reserved2: isize,
pub ft: *const MI_ParameterSetFT,
}
Fields§
§reserved1: u64
§reserved2: isize
§ft: *const MI_ParameterSetFT
Trait Implementations§
§impl Clone for MI_ParameterSet
impl Clone for MI_ParameterSet
§fn clone(&self) -> MI_ParameterSet
fn clone(&self) -> MI_ParameterSet
Returns a copy 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 moreimpl Copy for MI_ParameterSet
Auto Trait Implementations§
impl Freeze for MI_ParameterSet
impl RefUnwindSafe for MI_ParameterSet
impl !Send for MI_ParameterSet
impl !Sync for MI_ParameterSet
impl Unpin for MI_ParameterSet
impl UnwindSafe for MI_ParameterSet
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