Struct DRV_VERSION
#[repr(C)]pub struct DRV_VERSION {
pub major: u32,
pub minor: u32,
pub internal: u32,
}
Fields§
§major: u32
§minor: u32
§internal: u32
Trait Implementations§
§impl Clone for DRV_VERSION
impl Clone for DRV_VERSION
§fn clone(&self) -> DRV_VERSION
fn clone(&self) -> DRV_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 DRV_VERSION
Auto Trait Implementations§
impl Freeze for DRV_VERSION
impl RefUnwindSafe for DRV_VERSION
impl Send for DRV_VERSION
impl Sync for DRV_VERSION
impl Unpin for DRV_VERSION
impl UnwindSafe for DRV_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