Struct CVStruct
#[repr(C)]pub struct CVStruct {
pub Major: i16,
pub Minor: i16,
pub Sub: i16,
pub Build: i16,
}
Fields§
§Major: i16
§Minor: i16
§Sub: i16
§Build: i16
Trait Implementations§
impl Copy for CVStruct
impl StructuralPartialEq for CVStruct
Auto Trait Implementations§
impl Freeze for CVStruct
impl RefUnwindSafe for CVStruct
impl Send for CVStruct
impl Sync for CVStruct
impl Unpin for CVStruct
impl UnwindSafe for CVStruct
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