#[repr(C)]pub struct IRemapParamID {
pub vtbl: *const IRemapParamIDVtbl,
}Fields§
§vtbl: *const IRemapParamIDVtblTrait Implementations§
Source§impl Clone for IRemapParamID
impl Clone for IRemapParamID
Source§fn clone(&self) -> IRemapParamID
fn clone(&self) -> IRemapParamID
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<C, W, const OFFSET: isize> Construct<C, W, OFFSET> for IRemapParamID
impl<C, W, const OFFSET: isize> Construct<C, W, OFFSET> for IRemapParamID
Source§impl Interface for IRemapParamID
impl Interface for IRemapParamID
Source§impl Unknown for IRemapParamID
impl Unknown for IRemapParamID
Source§unsafe fn query_interface(this: *mut Self, iid: &Guid) -> Option<*mut c_void>
unsafe fn query_interface(this: *mut Self, iid: &Guid) -> Option<*mut c_void>
Checks if an object implements the interface corresponding to the given GUID, and if so,
returns a corresponding interface pointer for the object and increments the object’s
reference count.
impl Copy for IRemapParamID
impl Inherits<FUnknown> for IRemapParamID
impl Send for IRemapParamID
impl Sync for IRemapParamID
Auto Trait Implementations§
impl Freeze for IRemapParamID
impl RefUnwindSafe for IRemapParamID
impl Unpin for IRemapParamID
impl UnwindSafe for IRemapParamID
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