#[repr(C)]pub struct ICloudProfile {
pub lpVtbl: *mut ICloudProfileVtbl,
}
Fields§
§lpVtbl: *mut ICloudProfileVtbl
Trait Implementations§
Source§impl Clone for ICloudProfile
impl Clone for ICloudProfile
Source§fn clone(&self) -> ICloudProfile
fn clone(&self) -> ICloudProfile
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 ICloudProfile
impl Debug for ICloudProfile
impl Copy for ICloudProfile
Auto Trait Implementations§
impl Freeze for ICloudProfile
impl RefUnwindSafe for ICloudProfile
impl !Send for ICloudProfile
impl !Sync for ICloudProfile
impl Unpin for ICloudProfile
impl UnwindSafe for ICloudProfile
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