pub struct PT10 { /* private fields */ }Expand description
Pulse Train Generation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PT10
impl RefUnwindSafe for PT10
impl !Sync for PT10
impl Unpin for PT10
impl UnwindSafe for PT10
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