Struct windows::Win32::System::Ioctl::TXFS_GET_TRANSACTED_VERSION
#[repr(C)]pub struct TXFS_GET_TRANSACTED_VERSION {
pub ThisBaseVersion: u32,
pub LatestVersion: u32,
pub ThisMiniVersion: u16,
pub FirstMiniVersion: u16,
pub LatestMiniVersion: u16,
}
Fields§
§ThisBaseVersion: u32
§LatestVersion: u32
§ThisMiniVersion: u16
§FirstMiniVersion: u16
§LatestMiniVersion: u16
Trait Implementations§
§impl Clone for TXFS_GET_TRANSACTED_VERSION
impl Clone for TXFS_GET_TRANSACTED_VERSION
§fn clone(&self) -> TXFS_GET_TRANSACTED_VERSION
fn clone(&self) -> TXFS_GET_TRANSACTED_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 more§impl Debug for TXFS_GET_TRANSACTED_VERSION
impl Debug for TXFS_GET_TRANSACTED_VERSION
§impl Default for TXFS_GET_TRANSACTED_VERSION
impl Default for TXFS_GET_TRANSACTED_VERSION
§impl PartialEq for TXFS_GET_TRANSACTED_VERSION
impl PartialEq for TXFS_GET_TRANSACTED_VERSION
§fn eq(&self, other: &TXFS_GET_TRANSACTED_VERSION) -> bool
fn eq(&self, other: &TXFS_GET_TRANSACTED_VERSION) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TXFS_GET_TRANSACTED_VERSION
impl Eq for TXFS_GET_TRANSACTED_VERSION
impl StructuralPartialEq for TXFS_GET_TRANSACTED_VERSION
Auto Trait Implementations§
impl Freeze for TXFS_GET_TRANSACTED_VERSION
impl RefUnwindSafe for TXFS_GET_TRANSACTED_VERSION
impl Send for TXFS_GET_TRANSACTED_VERSION
impl Sync for TXFS_GET_TRANSACTED_VERSION
impl Unpin for TXFS_GET_TRANSACTED_VERSION
impl UnwindSafe for TXFS_GET_TRANSACTED_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
)