pub struct LcSourceVersion(pub u64);Expand description
Body of LC_SOURCE_VERSION: one packed 64-bit version.
Tuple Fields§
§0: u64Implementations§
Trait Implementations§
Source§impl Clone for LcSourceVersion
impl Clone for LcSourceVersion
Source§fn clone(&self) -> LcSourceVersion
fn clone(&self) -> LcSourceVersion
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 moreSource§impl Debug for LcSourceVersion
impl Debug for LcSourceVersion
Source§impl PartialEq for LcSourceVersion
impl PartialEq for LcSourceVersion
Source§fn eq(&self, other: &LcSourceVersion) -> bool
fn eq(&self, other: &LcSourceVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for LcSourceVersion
impl Eq for LcSourceVersion
impl StructuralPartialEq for LcSourceVersion
Auto Trait Implementations§
impl Freeze for LcSourceVersion
impl RefUnwindSafe for LcSourceVersion
impl Send for LcSourceVersion
impl Sync for LcSourceVersion
impl Unpin for LcSourceVersion
impl UnsafeUnpin for LcSourceVersion
impl UnwindSafe for LcSourceVersion
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