pub struct ConnectedIsochronousGroupMarker;Trait Implementations§
Source§impl Clone for ConnectedIsochronousGroupMarker
 
impl Clone for ConnectedIsochronousGroupMarker
Source§fn clone(&self) -> ConnectedIsochronousGroupMarker
 
fn clone(&self) -> ConnectedIsochronousGroupMarker
Returns a duplicate 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 Ord for ConnectedIsochronousGroupMarker
 
impl Ord for ConnectedIsochronousGroupMarker
Source§fn cmp(&self, other: &ConnectedIsochronousGroupMarker) -> Ordering
 
fn cmp(&self, other: &ConnectedIsochronousGroupMarker) -> 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 ConnectedIsochronousGroupMarker
 
impl PartialEq for ConnectedIsochronousGroupMarker
Source§fn eq(&self, other: &ConnectedIsochronousGroupMarker) -> bool
 
fn eq(&self, other: &ConnectedIsochronousGroupMarker) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ConnectedIsochronousGroupMarker
 
impl PartialOrd for ConnectedIsochronousGroupMarker
Source§impl ProtocolMarker for ConnectedIsochronousGroupMarker
 
impl ProtocolMarker for ConnectedIsochronousGroupMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) ConnectedIsochronousGroup"
 
const DEBUG_NAME: &'static str = "(anonymous) ConnectedIsochronousGroup"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = ConnectedIsochronousGroupProxy
 
type Proxy = ConnectedIsochronousGroupProxy
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 = ConnectedIsochronousGroupRequestStream
 
type RequestStream = ConnectedIsochronousGroupRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = ConnectedIsochronousGroupSynchronousProxy
 
type SynchronousProxy = ConnectedIsochronousGroupSynchronousProxy
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 ConnectedIsochronousGroupMarker
impl Eq for ConnectedIsochronousGroupMarker
impl StructuralPartialEq for ConnectedIsochronousGroupMarker
Auto Trait Implementations§
impl Freeze for ConnectedIsochronousGroupMarker
impl RefUnwindSafe for ConnectedIsochronousGroupMarker
impl Send for ConnectedIsochronousGroupMarker
impl Sync for ConnectedIsochronousGroupMarker
impl Unpin for ConnectedIsochronousGroupMarker
impl UnwindSafe for ConnectedIsochronousGroupMarker
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