Struct windows_sys::Win32::System::ClrHosting::CLR_DEBUGGING_VERSION
#[repr(C)]pub struct CLR_DEBUGGING_VERSION {
pub wStructVersion: u16,
pub wMajor: u16,
pub wMinor: u16,
pub wBuild: u16,
pub wRevision: u16,
}
Fields§
§wStructVersion: u16
§wMajor: u16
§wMinor: u16
§wBuild: u16
§wRevision: u16
Trait Implementations§
§impl Clone for CLR_DEBUGGING_VERSION
impl Clone for CLR_DEBUGGING_VERSION
§fn clone(&self) -> CLR_DEBUGGING_VERSION
fn clone(&self) -> CLR_DEBUGGING_VERSION
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 CLR_DEBUGGING_VERSION
Auto Trait Implementations§
impl Freeze for CLR_DEBUGGING_VERSION
impl RefUnwindSafe for CLR_DEBUGGING_VERSION
impl Send for CLR_DEBUGGING_VERSION
impl Sync for CLR_DEBUGGING_VERSION
impl Unpin for CLR_DEBUGGING_VERSION
impl UnwindSafe for CLR_DEBUGGING_VERSION
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
)