pub struct LayerRawDataChannel {
pub id: ChannelId,
pub compression: Compression,
pub data: Option<Vec<u8>>,
}Expand description
TS LayerRawDataChannel.
Fields§
§id: ChannelId§compression: Compression§data: Option<Vec<u8>>Trait Implementations§
Source§impl Clone for LayerRawDataChannel
impl Clone for LayerRawDataChannel
Source§fn clone(&self) -> LayerRawDataChannel
fn clone(&self) -> LayerRawDataChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for LayerRawDataChannel
impl RefUnwindSafe for LayerRawDataChannel
impl Send for LayerRawDataChannel
impl Sync for LayerRawDataChannel
impl Unpin for LayerRawDataChannel
impl UnsafeUnpin for LayerRawDataChannel
impl UnwindSafe for LayerRawDataChannel
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