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