pub struct Transmit;
Trait Implementations§
Source§impl ReadableParameterIndex<bool> for Transmit
impl ReadableParameterIndex<bool> for Transmit
Source§impl WritableParameterIndex<bool> for Transmit
impl WritableParameterIndex<bool> for Transmit
impl Copy for Transmit
Auto Trait Implementations§
impl Freeze for Transmit
impl RefUnwindSafe for Transmit
impl Send for Transmit
impl Sync for Transmit
impl Unpin for Transmit
impl UnwindSafe for Transmit
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