Union windows_sys::Win32::System::Diagnostics::Debug::XPF_MC_BANK_FLAGS
#[repr(C)]
pub union XPF_MC_BANK_FLAGS {
pub Anonymous: XPF_MC_BANK_FLAGS_0,
pub AsUCHAR: u8,
}
Fields§
§Anonymous: XPF_MC_BANK_FLAGS_0
§AsUCHAR: u8
Trait Implementations§
§impl Clone for XPF_MC_BANK_FLAGS
impl Clone for XPF_MC_BANK_FLAGS
§fn clone(&self) -> XPF_MC_BANK_FLAGS
fn clone(&self) -> XPF_MC_BANK_FLAGS
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 moreimpl Copy for XPF_MC_BANK_FLAGS
Auto Trait Implementations§
impl Freeze for XPF_MC_BANK_FLAGS
impl RefUnwindSafe for XPF_MC_BANK_FLAGS
impl Send for XPF_MC_BANK_FLAGS
impl Sync for XPF_MC_BANK_FLAGS
impl Unpin for XPF_MC_BANK_FLAGS
impl UnwindSafe for XPF_MC_BANK_FLAGS
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
)