pub struct PipeFrameWriter { /* private fields */ }Expand description
Sends frames over a CFS software bus pipe.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PipeFrameWriter
impl RefUnwindSafe for PipeFrameWriter
impl Send for PipeFrameWriter
impl Sync for PipeFrameWriter
impl Unpin for PipeFrameWriter
impl UnsafeUnpin for PipeFrameWriter
impl UnwindSafe for PipeFrameWriter
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