Struct windows::Win32::System::Mmc::MMC_EXPANDSYNC_STRUCT
#[repr(C)]pub struct MMC_EXPANDSYNC_STRUCT {
pub bHandled: BOOL,
pub bExpanding: BOOL,
pub hItem: isize,
}
Fields§
§bHandled: BOOL
§bExpanding: BOOL
§hItem: isize
Trait Implementations§
§impl Clone for MMC_EXPANDSYNC_STRUCT
impl Clone for MMC_EXPANDSYNC_STRUCT
§fn clone(&self) -> MMC_EXPANDSYNC_STRUCT
fn clone(&self) -> MMC_EXPANDSYNC_STRUCT
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for MMC_EXPANDSYNC_STRUCT
impl Debug for MMC_EXPANDSYNC_STRUCT
§impl Default for MMC_EXPANDSYNC_STRUCT
impl Default for MMC_EXPANDSYNC_STRUCT
§impl PartialEq for MMC_EXPANDSYNC_STRUCT
impl PartialEq for MMC_EXPANDSYNC_STRUCT
§fn eq(&self, other: &MMC_EXPANDSYNC_STRUCT) -> bool
fn eq(&self, other: &MMC_EXPANDSYNC_STRUCT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for MMC_EXPANDSYNC_STRUCT
impl Eq for MMC_EXPANDSYNC_STRUCT
impl StructuralPartialEq for MMC_EXPANDSYNC_STRUCT
Auto Trait Implementations§
impl Freeze for MMC_EXPANDSYNC_STRUCT
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)