Struct windows_sys::Win32::UI::Shell::SHELLFLAGSTATE
#[repr(C, packed(1))]pub struct SHELLFLAGSTATE {
pub _bitfield: i32,
}
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§
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