Struct windows_sys::Win32::System::Contacts::CONTACT_AGGREGATION_BLOB
[−]Expand description
Required features: "Win32_System_Contacts"
Fields
dwCount: u32
lpb: *mut u8
Trait Implementations
impl Clone for CONTACT_AGGREGATION_BLOB
impl Clone for CONTACT_AGGREGATION_BLOB
impl Copy for CONTACT_AGGREGATION_BLOB
Auto Trait Implementations
impl RefUnwindSafe for CONTACT_AGGREGATION_BLOB
impl !Send for CONTACT_AGGREGATION_BLOB
impl !Sync for CONTACT_AGGREGATION_BLOB
impl Unpin for CONTACT_AGGREGATION_BLOB
impl UnwindSafe for CONTACT_AGGREGATION_BLOB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more