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
impl Copy for CLR_DEBUGGING_VERSION
Auto Trait Implementations§
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