Struct windows_sys::Win32::System::AddressBook::FlagList
#[repr(C)]pub struct FlagList {
pub cFlags: u32,
pub ulFlag: [u32; 1],
}
Fields§
§cFlags: u32
§ulFlag: [u32; 1]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FlagList
impl Send for FlagList
impl Sync for FlagList
impl Unpin for FlagList
impl UnwindSafe for FlagList
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