#[repr(transparent)]pub struct CbsVersion(pub c_int);Tuple Fields§
§0: c_intImplementations§
Source§impl CbsVersion
impl CbsVersion
Trait Implementations§
Source§impl Clone for CbsVersion
impl Clone for CbsVersion
Source§fn clone(&self) -> CbsVersion
fn clone(&self) -> CbsVersion
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 CbsVersion
Source§impl Debug for CbsVersion
impl Debug for CbsVersion
impl Eq for CbsVersion
Source§impl PartialEq for CbsVersion
impl PartialEq for CbsVersion
Source§fn eq(&self, other: &CbsVersion) -> bool
fn eq(&self, other: &CbsVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CbsVersion
Auto Trait Implementations§
impl Freeze for CbsVersion
impl RefUnwindSafe for CbsVersion
impl Send for CbsVersion
impl Sync for CbsVersion
impl Unpin for CbsVersion
impl UnsafeUnpin for CbsVersion
impl UnwindSafe for CbsVersion
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