#[repr(transparent)]pub struct Traceportspeed(pub u32);
Expand description
Trace port speed
Tuple Fields§
§0: u32
Implementations§
Source§impl Traceportspeed
impl Traceportspeed
Sourcepub const fn traceportspeed(&self) -> Traceportspeed
pub const fn traceportspeed(&self) -> Traceportspeed
Trace port speed is divided from CPU clock. The TRACECLK pin output will be divided again by two from the trace port clock.
Sourcepub fn set_traceportspeed(&mut self, val: Traceportspeed)
pub fn set_traceportspeed(&mut self, val: Traceportspeed)
Trace port speed is divided from CPU clock. The TRACECLK pin output will be divided again by two from the trace port clock.
Trait Implementations§
Source§impl Clone for Traceportspeed
impl Clone for Traceportspeed
Source§fn clone(&self) -> Traceportspeed
fn clone(&self) -> Traceportspeed
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 Default for Traceportspeed
impl Default for Traceportspeed
Source§fn default() -> Traceportspeed
fn default() -> Traceportspeed
Returns the “default value” for a type. Read more
Source§impl PartialEq for Traceportspeed
impl PartialEq for Traceportspeed
impl Copy for Traceportspeed
impl Eq for Traceportspeed
impl StructuralPartialEq for Traceportspeed
Auto Trait Implementations§
impl Freeze for Traceportspeed
impl RefUnwindSafe for Traceportspeed
impl Send for Traceportspeed
impl Sync for Traceportspeed
impl Unpin for Traceportspeed
impl UnwindSafe for Traceportspeed
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)