pub struct Datagram {
pub source: DatagramSource,
pub options: DatagramOptions,
pub data: Vec<u8>,
}Fields
source: DatagramSourceoptions: DatagramOptionsdata: Vec<u8>Auto Trait Implementations
impl RefUnwindSafe for Datagram
impl Send for Datagram
impl Sync for Datagram
impl Unpin for Datagram
impl UnwindSafe for Datagram
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more