Struct windows_sys::Win32::System::AddressBook::SBinaryArray
[−]Expand description
Required features: "Win32_System_AddressBook"
Fields
cValues: u32
lpbin: *mut SBinary
Trait Implementations
impl Clone for SBinaryArray
impl Clone for SBinaryArray
impl Copy for SBinaryArray
Auto Trait Implementations
impl RefUnwindSafe for SBinaryArray
impl !Send for SBinaryArray
impl !Sync for SBinaryArray
impl Unpin for SBinaryArray
impl UnwindSafe for SBinaryArray
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