#[repr(C)]pub struct IZoneIdentifier {
pub lpVtbl: *mut IZoneIdentifierVtbl,
}Fields§
§lpVtbl: *mut IZoneIdentifierVtblTrait Implementations§
Source§impl Clone for IZoneIdentifier
impl Clone for IZoneIdentifier
Source§fn clone(&self) -> IZoneIdentifier
fn clone(&self) -> IZoneIdentifier
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 IZoneIdentifier
impl Debug for IZoneIdentifier
impl Copy 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