Struct windows_sys::Win32::System::AddressBook::FLATMTSIDLIST
#[repr(C)]pub struct FLATMTSIDLIST {
pub cMTSIDs: u32,
pub cbMTSIDs: u32,
pub abMTSIDs: [u8; 1],
}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§
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