pub struct SetPll {}
Expand description
Command for Transport::dispatch().
Auto Trait Implementations§
impl Freeze for SetPll
impl RefUnwindSafe for SetPll
impl Send for SetPll
impl Sync for SetPll
impl Unpin for SetPll
impl UnwindSafe for SetPll
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