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