pub struct RawChannel(/* private fields */);Implementations§
Source§impl RawChannel
impl RawChannel
pub fn read_packet(&self, buf: &mut [u8]) -> usize
pub fn write_packet(&self, x: &[u8])
pub fn clone(&self) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawChannel
impl RefUnwindSafe for RawChannel
impl Send for RawChannel
impl Sync for RawChannel
impl Unpin for RawChannel
impl UnwindSafe for RawChannel
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