#[repr(C, packed(1))]pub struct COutput_GetVersion {
pub Major: c_uint,
pub Minor: c_uint,
pub Point: c_uint,
pub Revision: c_uint,
}Expand description
ⓘ
@privateFields§
§Major: c_uint§Minor: c_uint§Point: c_uint§Revision: c_uintTrait Implementations§
Source§impl Clone for COutput_GetVersion
impl Clone for COutput_GetVersion
Source§fn clone(&self) -> COutput_GetVersion
fn clone(&self) -> COutput_GetVersion
Returns a duplicate 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 Debug for COutput_GetVersion
impl Debug for COutput_GetVersion
impl Copy for COutput_GetVersion
Auto Trait Implementations§
impl Freeze for COutput_GetVersion
impl RefUnwindSafe for COutput_GetVersion
impl Send for COutput_GetVersion
impl Sync for COutput_GetVersion
impl Unpin for COutput_GetVersion
impl UnwindSafe for COutput_GetVersion
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