Struct windows_sys::Win32::System::Mmc::MMC_EXPANDSYNC_STRUCT
[−]#[repr(C)]pub struct MMC_EXPANDSYNC_STRUCT {
pub bHandled: BOOL,
pub bExpanding: BOOL,
pub hItem: isize,
}
Expand description
Required features: "Win32_System_Mmc"
, "Win32_Foundation"
Fields
bHandled: BOOL
bExpanding: BOOL
hItem: isize
Trait Implementations
impl Clone for MMC_EXPANDSYNC_STRUCT
impl Clone for MMC_EXPANDSYNC_STRUCT
impl Copy for MMC_EXPANDSYNC_STRUCT
Auto Trait Implementations
impl RefUnwindSafe for MMC_EXPANDSYNC_STRUCT
impl Send for MMC_EXPANDSYNC_STRUCT
impl Sync for MMC_EXPANDSYNC_STRUCT
impl Unpin for MMC_EXPANDSYNC_STRUCT
impl UnwindSafe for MMC_EXPANDSYNC_STRUCT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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