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