Struct IHostName_Vtbl
#[repr(C)]pub struct IHostName_Vtbl {
pub base__: IInspectable_Vtbl,
pub IPInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub RawName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CanonicalName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut HostNameType) -> HRESULT,
pub IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§IPInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§RawName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CanonicalName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut HostNameType) -> HRESULT§IsEqual: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut bool) -> HRESULTAuto Trait Implementations§
impl Freeze for IHostName_Vtbl
impl RefUnwindSafe for IHostName_Vtbl
impl Send for IHostName_Vtbl
impl Sync for IHostName_Vtbl
impl Unpin for IHostName_Vtbl
impl UnwindSafe for IHostName_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