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