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