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