#[repr(C)]pub struct sc_version {
pub hw_major: c_uchar,
pub hw_minor: c_uchar,
pub fw_major: c_uchar,
pub fw_minor: c_uchar,
}Fields§
§hw_major: c_uchar§hw_minor: c_uchar§fw_major: c_uchar§fw_minor: c_ucharTrait Implementations§
Source§impl Clone for sc_version
impl Clone for sc_version
Source§fn clone(&self) -> sc_version
fn clone(&self) -> sc_version
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 moreSource§impl Debug for sc_version
impl Debug for sc_version
impl Copy for sc_version
Auto Trait Implementations§
impl Freeze for sc_version
impl RefUnwindSafe for sc_version
impl Send for sc_version
impl Sync for sc_version
impl Unpin for sc_version
impl UnwindSafe for sc_version
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