#[repr(C)]pub struct POST_UPGRADE_VERSION_INFO {
pub newMajorVersion: u32,
pub newUpgradeVersion: u32,
pub oldMajorVersion: u32,
pub oldUpgradeVersion: u32,
pub reserved: u32,
}
Fields§
§newMajorVersion: u32
§newUpgradeVersion: u32
§oldMajorVersion: u32
§oldUpgradeVersion: u32
§reserved: u32
Trait Implementations§
§impl Clone for POST_UPGRADE_VERSION_INFO
impl Clone for POST_UPGRADE_VERSION_INFO
§fn clone(&self) -> POST_UPGRADE_VERSION_INFO
fn clone(&self) -> POST_UPGRADE_VERSION_INFO
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 POST_UPGRADE_VERSION_INFO
Auto Trait Implementations§
impl Freeze for POST_UPGRADE_VERSION_INFO
impl RefUnwindSafe for POST_UPGRADE_VERSION_INFO
impl Send for POST_UPGRADE_VERSION_INFO
impl Sync for POST_UPGRADE_VERSION_INFO
impl Unpin for POST_UPGRADE_VERSION_INFO
impl UnwindSafe for POST_UPGRADE_VERSION_INFO
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
)