Struct windows_sys::Win32::UI::Shell::SHELLFLAGSTATE
[−]#[repr(C, packed(1))]pub struct SHELLFLAGSTATE {
pub _bitfield: i32,
}
Expand description
Required features: "Win32_UI_Shell"
Fields
_bitfield: i32
Trait Implementations
impl Clone for SHELLFLAGSTATE
impl Clone for SHELLFLAGSTATE
impl Copy for SHELLFLAGSTATE
Auto Trait Implementations
impl RefUnwindSafe for SHELLFLAGSTATE
impl Send for SHELLFLAGSTATE
impl Sync for SHELLFLAGSTATE
impl Unpin for SHELLFLAGSTATE
impl UnwindSafe for SHELLFLAGSTATE
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