Struct 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