#[repr(C)]pub struct API_VERSION {
pub MajorVersion: USHORT,
pub MinorVersion: USHORT,
pub Revision: USHORT,
pub Reserved: USHORT,
}
Fields§
§MajorVersion: USHORT
§MinorVersion: USHORT
§Revision: USHORT
§Reserved: USHORT
Trait Implementations§
Source§impl Clone for API_VERSION
impl Clone for API_VERSION
Source§fn clone(&self) -> API_VERSION
fn clone(&self) -> API_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 moreSource§impl Default for API_VERSION
impl Default for API_VERSION
Source§fn default() -> API_VERSION
fn default() -> API_VERSION
Returns the “default value” for a type. Read more
impl Copy for API_VERSION
Auto Trait Implementations§
impl Freeze for API_VERSION
impl RefUnwindSafe for API_VERSION
impl Send for API_VERSION
impl Sync for API_VERSION
impl Unpin for API_VERSION
impl UnwindSafe for API_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