Struct 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 moreimpl Copy 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