Struct windows::Win32::Storage::VirtualDiskService::IVdsControllerPort_Vtbl
#[repr(C)]pub struct IVdsControllerPort_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_PORT_PROP) -> HRESULT,
pub GetController: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub QueryAssociatedLuns: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub SetStatus: unsafe extern "system" fn(_: *mut c_void, _: VDS_PORT_STATUS) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetProperties: unsafe extern "system" fn(_: *mut c_void, _: *mut VDS_PORT_PROP) -> HRESULT
§GetController: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§QueryAssociatedLuns: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§SetStatus: unsafe extern "system" fn(_: *mut c_void, _: VDS_PORT_STATUS) -> HRESULT
Implementations§
§impl IVdsControllerPort_Vtbl
impl IVdsControllerPort_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IVdsControllerPort_Vtblwhere
Identity: IVdsControllerPort_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IVdsControllerPort_Vtbl
impl RefUnwindSafe for IVdsControllerPort_Vtbl
impl Send for IVdsControllerPort_Vtbl
impl Sync for IVdsControllerPort_Vtbl
impl Unpin for IVdsControllerPort_Vtbl
impl UnwindSafe for IVdsControllerPort_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