#[repr(C)]pub struct IZoneIdentifier2Vtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> ULONG>,
pub GetId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, pdwZone: *mut DWORD) -> HRESULT>,
pub SetId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, dwZone: DWORD) -> HRESULT>,
pub Remove: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> HRESULT>,
pub GetLastWriterPackageFamilyName: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, packageFamilyName: *mut LPWSTR) -> HRESULT>,
pub SetLastWriterPackageFamilyName: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, packageFamilyName: LPCWSTR) -> HRESULT>,
pub RemoveLastWriterPackageFamilyName: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> HRESULT>,
pub GetAppZoneId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, zone: *mut DWORD) -> HRESULT>,
pub SetAppZoneId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, zone: DWORD) -> HRESULT>,
pub RemoveAppZoneId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> ULONG>
§GetId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, pdwZone: *mut DWORD) -> HRESULT>
§SetId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, dwZone: DWORD) -> HRESULT>
§Remove: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> HRESULT>
§GetLastWriterPackageFamilyName: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, packageFamilyName: *mut LPWSTR) -> HRESULT>
§SetLastWriterPackageFamilyName: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, packageFamilyName: LPCWSTR) -> HRESULT>
§RemoveLastWriterPackageFamilyName: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> HRESULT>
§GetAppZoneId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, zone: *mut DWORD) -> HRESULT>
§SetAppZoneId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2, zone: DWORD) -> HRESULT>
§RemoveAppZoneId: Option<unsafe extern "C" fn(This: *mut IZoneIdentifier2) -> HRESULT>
Trait Implementations§
Source§impl Clone for IZoneIdentifier2Vtbl
impl Clone for IZoneIdentifier2Vtbl
Source§fn clone(&self) -> IZoneIdentifier2Vtbl
fn clone(&self) -> IZoneIdentifier2Vtbl
Returns a copy 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 Debug for IZoneIdentifier2Vtbl
impl Debug for IZoneIdentifier2Vtbl
Source§impl Ord for IZoneIdentifier2Vtbl
impl Ord for IZoneIdentifier2Vtbl
Source§fn cmp(&self, other: &IZoneIdentifier2Vtbl) -> Ordering
fn cmp(&self, other: &IZoneIdentifier2Vtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IZoneIdentifier2Vtbl
impl PartialEq for IZoneIdentifier2Vtbl
Source§impl PartialOrd for IZoneIdentifier2Vtbl
impl PartialOrd for IZoneIdentifier2Vtbl
impl Copy for IZoneIdentifier2Vtbl
impl Eq for IZoneIdentifier2Vtbl
impl StructuralPartialEq for IZoneIdentifier2Vtbl
Auto Trait Implementations§
impl Freeze for IZoneIdentifier2Vtbl
impl RefUnwindSafe for IZoneIdentifier2Vtbl
impl Send for IZoneIdentifier2Vtbl
impl Sync for IZoneIdentifier2Vtbl
impl Unpin for IZoneIdentifier2Vtbl
impl UnwindSafe for IZoneIdentifier2Vtbl
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