#[repr(C)]pub struct IZoneIdentifier {
pub lpVtbl: *mut IZoneIdentifierVtbl,
}
Fields§
§lpVtbl: *mut IZoneIdentifierVtbl
Trait Implementations§
Source§impl Clone for IZoneIdentifier
impl Clone for IZoneIdentifier
Source§fn clone(&self) -> IZoneIdentifier
fn clone(&self) -> IZoneIdentifier
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 IZoneIdentifier
impl Debug for IZoneIdentifier
Source§impl Ord for IZoneIdentifier
impl Ord for IZoneIdentifier
Source§fn cmp(&self, other: &IZoneIdentifier) -> Ordering
fn cmp(&self, other: &IZoneIdentifier) -> 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 IZoneIdentifier
impl PartialEq for IZoneIdentifier
Source§impl PartialOrd for IZoneIdentifier
impl PartialOrd for IZoneIdentifier
impl Copy for IZoneIdentifier
impl Eq for IZoneIdentifier
impl StructuralPartialEq for IZoneIdentifier
Auto Trait Implementations§
impl Freeze for IZoneIdentifier
impl RefUnwindSafe for IZoneIdentifier
impl !Send for IZoneIdentifier
impl !Sync for IZoneIdentifier
impl Unpin for IZoneIdentifier
impl UnwindSafe for IZoneIdentifier
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