#[repr(C)]pub struct IVdsCreatePartitionEx_Vtbl {
pub base__: IUnknown_Vtbl,
pub CreatePartitionEx: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32, _: *const CREATE_PARTITION_PARAMETERS, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§CreatePartitionEx: unsafe extern "system" fn(_: *mut c_void, _: u64, _: u64, _: u32, _: *const CREATE_PARTITION_PARAMETERS, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IVdsCreatePartitionEx_Vtbl
impl IVdsCreatePartitionEx_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsCreatePartitionEx_Vtblwhere
Identity: IVdsCreatePartitionEx_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsCreatePartitionEx_Vtbl
impl RefUnwindSafe for IVdsCreatePartitionEx_Vtbl
impl Send for IVdsCreatePartitionEx_Vtbl
impl Sync for IVdsCreatePartitionEx_Vtbl
impl Unpin for IVdsCreatePartitionEx_Vtbl
impl UnwindSafe for IVdsCreatePartitionEx_Vtbl
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