Struct windows_sys::Win32::System::SystemServices::MAXVERSIONTESTED_INFO
[−]#[repr(C)]pub struct MAXVERSIONTESTED_INFO {
pub MaxVersionTested: u64,
}
Expand description
Required features: "Win32_System_SystemServices"
Fields
MaxVersionTested: u64
Trait Implementations
impl Clone for MAXVERSIONTESTED_INFO
impl Clone for MAXVERSIONTESTED_INFO
impl Copy for MAXVERSIONTESTED_INFO
Auto Trait Implementations
impl RefUnwindSafe for MAXVERSIONTESTED_INFO
impl Send for MAXVERSIONTESTED_INFO
impl Sync for MAXVERSIONTESTED_INFO
impl Unpin for MAXVERSIONTESTED_INFO
impl UnwindSafe for MAXVERSIONTESTED_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more