pub struct IZoneIdentifier2(/* private fields */);Implementations§
Source§impl IZoneIdentifier2
impl IZoneIdentifier2
pub unsafe fn GetId(&self, pdwzone: *mut u32) -> ErrorCode
pub unsafe fn SetId(&self, dwzone: u32) -> ErrorCode
pub unsafe fn Remove(&self) -> ErrorCode
pub unsafe fn GetLastWriterPackageFamilyName( &self, packagefamilyname: *mut PWSTR, ) -> ErrorCode
pub unsafe fn SetLastWriterPackageFamilyName<'a, T0__: IntoParam<'a, PWSTR>>( &self, packagefamilyname: T0__, ) -> ErrorCode
pub unsafe fn RemoveLastWriterPackageFamilyName(&self) -> ErrorCode
pub unsafe fn GetAppZoneId(&self, zone: *mut u32) -> ErrorCode
pub unsafe fn SetAppZoneId(&self, zone: u32) -> ErrorCode
pub unsafe fn RemoveAppZoneId(&self) -> ErrorCode
Trait Implementations§
Source§impl Clone for IZoneIdentifier2
impl Clone for IZoneIdentifier2
Source§fn clone(&self) -> IZoneIdentifier2
fn clone(&self) -> IZoneIdentifier2
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 moreSource§impl Debug for IZoneIdentifier2
impl Debug for IZoneIdentifier2
Source§impl From<&IZoneIdentifier2> for IUnknown
impl From<&IZoneIdentifier2> for IUnknown
Source§fn from(value: &IZoneIdentifier2) -> Self
fn from(value: &IZoneIdentifier2) -> Self
Converts to this type from the input type.
Source§impl From<&IZoneIdentifier2> for IZoneIdentifier
impl From<&IZoneIdentifier2> for IZoneIdentifier
Source§fn from(value: &IZoneIdentifier2) -> Self
fn from(value: &IZoneIdentifier2) -> Self
Converts to this type from the input type.
Source§impl From<IZoneIdentifier2> for IUnknown
impl From<IZoneIdentifier2> for IUnknown
Source§fn from(value: IZoneIdentifier2) -> Self
fn from(value: IZoneIdentifier2) -> Self
Converts to this type from the input type.
Source§impl From<IZoneIdentifier2> for IZoneIdentifier
impl From<IZoneIdentifier2> for IZoneIdentifier
Source§fn from(value: IZoneIdentifier2) -> Self
fn from(value: IZoneIdentifier2) -> Self
Converts to this type from the input type.
Source§impl Interface for IZoneIdentifier2
impl Interface for IZoneIdentifier2
const IID: Guid
type Vtable = IZoneIdentifier2_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a IZoneIdentifier2
impl<'a> IntoParam<'a, IUnknown> for &'a IZoneIdentifier2
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for IZoneIdentifier2
impl<'a> IntoParam<'a, IUnknown> for IZoneIdentifier2
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IZoneIdentifier> for &'a IZoneIdentifier2
impl<'a> IntoParam<'a, IZoneIdentifier> for &'a IZoneIdentifier2
fn into_param(self) -> Param<'a, IZoneIdentifier>
Source§impl<'a> IntoParam<'a, IZoneIdentifier> for IZoneIdentifier2
impl<'a> IntoParam<'a, IZoneIdentifier> for IZoneIdentifier2
fn into_param(self) -> Param<'a, IZoneIdentifier>
Source§impl PartialEq for IZoneIdentifier2
impl PartialEq for IZoneIdentifier2
impl Eq for IZoneIdentifier2
impl StructuralPartialEq for IZoneIdentifier2
Auto Trait Implementations§
impl Freeze for IZoneIdentifier2
impl RefUnwindSafe for IZoneIdentifier2
impl !Send for IZoneIdentifier2
impl !Sync for IZoneIdentifier2
impl Unpin for IZoneIdentifier2
impl UnwindSafe for IZoneIdentifier2
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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