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