#[repr(C)]pub struct ClapVersion {
pub major: u32,
pub minor: u32,
pub revision: u32,
}Fields§
§major: u32§minor: u32§revision: u32Trait Implementations§
Source§impl Clone for ClapVersion
impl Clone for ClapVersion
Source§fn clone(&self) -> ClapVersion
fn clone(&self) -> ClapVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClapVersion
Auto Trait Implementations§
impl Freeze for ClapVersion
impl RefUnwindSafe for ClapVersion
impl Send for ClapVersion
impl Sync for ClapVersion
impl Unpin for ClapVersion
impl UnsafeUnpin for ClapVersion
impl UnwindSafe for ClapVersion
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