Struct windows_sys::Win32::System::AddressBook::FLATMTSIDLIST
[−]Expand description
Required features: "Win32_System_AddressBook"
Fields
cMTSIDs: u32
cbMTSIDs: u32
abMTSIDs: [u8; 1]
Trait Implementations
impl Clone for FLATMTSIDLIST
impl Clone for FLATMTSIDLIST
impl Copy for FLATMTSIDLIST
Auto Trait Implementations
impl RefUnwindSafe for FLATMTSIDLIST
impl Send for FLATMTSIDLIST
impl Sync for FLATMTSIDLIST
impl Unpin for FLATMTSIDLIST
impl UnwindSafe for FLATMTSIDLIST
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