Struct 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 Freeze for FlagList
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