#[repr(transparent)]pub struct CLOCKPARTS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
Source§impl Clone for CLOCKPARTS
impl Clone for CLOCKPARTS
Source§fn clone(&self) -> CLOCKPARTS
fn clone(&self) -> CLOCKPARTS
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 CLOCKPARTS
impl Debug for CLOCKPARTS
Source§impl Default for CLOCKPARTS
impl Default for CLOCKPARTS
Source§fn default() -> CLOCKPARTS
fn default() -> CLOCKPARTS
Returns the “default value” for a type. Read more
Source§impl From<i32> for CLOCKPARTS
impl From<i32> for CLOCKPARTS
Source§impl PartialEq for CLOCKPARTS
impl PartialEq for CLOCKPARTS
impl Copy for CLOCKPARTS
impl Eq for CLOCKPARTS
impl StructuralPartialEq for CLOCKPARTS
Auto Trait Implementations§
impl Freeze for CLOCKPARTS
impl RefUnwindSafe for CLOCKPARTS
impl Send for CLOCKPARTS
impl Sync for CLOCKPARTS
impl Unpin for CLOCKPARTS
impl UnwindSafe for CLOCKPARTS
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