pub struct SwdAccessDspSecCode(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SwdAccessDspSecCode
impl Clone for SwdAccessDspSecCode
Source§fn clone(&self) -> SwdAccessDspSecCode
fn clone(&self) -> SwdAccessDspSecCode
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 SwdAccessDspSecCode
impl Debug for SwdAccessDspSecCode
Source§impl From<SwdAccessDspSecCode> for u32
impl From<SwdAccessDspSecCode> for u32
Source§fn from(val: SwdAccessDspSecCode) -> u32
fn from(val: SwdAccessDspSecCode) -> u32
Converts to this type from the input type.
Source§impl From<u32> for SwdAccessDspSecCode
impl From<u32> for SwdAccessDspSecCode
Source§fn from(val: u32) -> SwdAccessDspSecCode
fn from(val: u32) -> SwdAccessDspSecCode
Converts to this type from the input type.
Source§impl Ord for SwdAccessDspSecCode
impl Ord for SwdAccessDspSecCode
Source§fn cmp(&self, other: &SwdAccessDspSecCode) -> Ordering
fn cmp(&self, other: &SwdAccessDspSecCode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SwdAccessDspSecCode
impl PartialEq for SwdAccessDspSecCode
Source§impl PartialOrd for SwdAccessDspSecCode
impl PartialOrd for SwdAccessDspSecCode
impl Copy for SwdAccessDspSecCode
impl Eq for SwdAccessDspSecCode
impl StructuralPartialEq for SwdAccessDspSecCode
Auto Trait Implementations§
impl Freeze for SwdAccessDspSecCode
impl RefUnwindSafe for SwdAccessDspSecCode
impl Send for SwdAccessDspSecCode
impl Sync for SwdAccessDspSecCode
impl Unpin for SwdAccessDspSecCode
impl UnwindSafe for SwdAccessDspSecCode
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