pub struct RtcMarker;
Trait Implementations§
Source§impl DiscoverableProtocolMarker for RtcMarker
impl DiscoverableProtocolMarker for RtcMarker
§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
Source§impl Ord for RtcMarker
impl Ord for RtcMarker
Source§impl PartialOrd for RtcMarker
impl PartialOrd for RtcMarker
Source§impl ProtocolMarker for RtcMarker
impl ProtocolMarker for RtcMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.time.test.Rtc"
const DEBUG_NAME: &'static str = "fuchsia.time.test.Rtc"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = RtcProxy
type Proxy = RtcProxy
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 = RtcRequestStream
type RequestStream = RtcRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = RtcSynchronousProxy
type SynchronousProxy = RtcSynchronousProxy
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 RtcMarker
impl Eq for RtcMarker
impl StructuralPartialEq for RtcMarker
Auto Trait Implementations§
impl Freeze for RtcMarker
impl RefUnwindSafe for RtcMarker
impl Send for RtcMarker
impl Sync for RtcMarker
impl Unpin for RtcMarker
impl UnwindSafe for RtcMarker
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
)