#[repr(C)]pub struct IUnitDataVtbl {
pub base: FUnknownVtbl,
pub unitDataSupported: unsafe extern "system" fn(this: *mut IUnitData, unitID: UnitID) -> tresult,
pub getUnitData: unsafe extern "system" fn(this: *mut IUnitData, unitId: UnitID, data: *mut IBStream) -> tresult,
pub setUnitData: unsafe extern "system" fn(this: *mut IUnitData, unitId: UnitID, data: *mut IBStream) -> tresult,
}Fields§
§base: FUnknownVtbl§unitDataSupported: unsafe extern "system" fn(this: *mut IUnitData, unitID: UnitID) -> tresult§getUnitData: unsafe extern "system" fn(this: *mut IUnitData, unitId: UnitID, data: *mut IBStream) -> tresult§setUnitData: unsafe extern "system" fn(this: *mut IUnitData, unitId: UnitID, data: *mut IBStream) -> tresultTrait Implementations§
Source§impl Clone for IUnitDataVtbl
impl Clone for IUnitDataVtbl
Source§fn clone(&self) -> IUnitDataVtbl
fn clone(&self) -> IUnitDataVtbl
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 moreimpl Copy for IUnitDataVtbl
Auto Trait Implementations§
impl Freeze for IUnitDataVtbl
impl RefUnwindSafe for IUnitDataVtbl
impl Send for IUnitDataVtbl
impl Sync for IUnitDataVtbl
impl Unpin for IUnitDataVtbl
impl UnwindSafe for IUnitDataVtbl
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