pub struct BaseDatagramSocketMarker;
Trait Implementations§
Source§impl Clone for BaseDatagramSocketMarker
impl Clone for BaseDatagramSocketMarker
Source§fn clone(&self) -> BaseDatagramSocketMarker
fn clone(&self) -> BaseDatagramSocketMarker
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BaseDatagramSocketMarker
impl Debug for BaseDatagramSocketMarker
Source§impl Hash for BaseDatagramSocketMarker
impl Hash for BaseDatagramSocketMarker
Source§impl Ord for BaseDatagramSocketMarker
impl Ord for BaseDatagramSocketMarker
Source§fn cmp(&self, other: &BaseDatagramSocketMarker) -> Ordering
fn cmp(&self, other: &BaseDatagramSocketMarker) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BaseDatagramSocketMarker
impl PartialEq for BaseDatagramSocketMarker
Source§impl PartialOrd for BaseDatagramSocketMarker
impl PartialOrd for BaseDatagramSocketMarker
Source§impl ProtocolMarker for BaseDatagramSocketMarker
impl ProtocolMarker for BaseDatagramSocketMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) BaseDatagramSocket"
const DEBUG_NAME: &'static str = "(anonymous) BaseDatagramSocket"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = BaseDatagramSocketProxy
type Proxy = BaseDatagramSocketProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.Source§type RequestStream = BaseDatagramSocketRequestStream
type RequestStream = BaseDatagramSocketRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = BaseDatagramSocketSynchronousProxy
type SynchronousProxy = BaseDatagramSocketSynchronousProxy
The type of the structure against which thread-blocking FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.impl Copy for BaseDatagramSocketMarker
impl Eq for BaseDatagramSocketMarker
impl StructuralPartialEq for BaseDatagramSocketMarker
Auto Trait Implementations§
impl Freeze for BaseDatagramSocketMarker
impl RefUnwindSafe for BaseDatagramSocketMarker
impl Send for BaseDatagramSocketMarker
impl Sync for BaseDatagramSocketMarker
impl Unpin for BaseDatagramSocketMarker
impl UnwindSafe for BaseDatagramSocketMarker
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)