pub(crate) struct RWFrames {
    pub(crate) read: ReadFrame,
    pub(crate) write: WriteFrame,
}Fields§
§read: ReadFrame§write: WriteFrameTrait Implementations§
Source§impl Borrow<WriteFrame> for RWFrames
 
impl Borrow<WriteFrame> for RWFrames
Source§fn borrow(&self) -> &WriteFrame
 
fn borrow(&self) -> &WriteFrame
Immutably borrows from an owned value. Read more
Source§impl BorrowMut<ReadFrame> for RWFrames
 
impl BorrowMut<ReadFrame> for RWFrames
Source§fn borrow_mut(&mut self) -> &mut ReadFrame
 
fn borrow_mut(&mut self) -> &mut ReadFrame
Mutably borrows from an owned value. Read more
Source§impl BorrowMut<WriteFrame> for RWFrames
 
impl BorrowMut<WriteFrame> for RWFrames
Source§fn borrow_mut(&mut self) -> &mut WriteFrame
 
fn borrow_mut(&mut self) -> &mut WriteFrame
Mutably borrows from an owned value. Read more
Auto Trait Implementations§
impl Freeze for RWFrames
impl RefUnwindSafe for RWFrames
impl Send for RWFrames
impl Sync for RWFrames
impl Unpin for RWFrames
impl UnwindSafe for RWFrames
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