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