pub struct BusMarker;
Trait Implementations§
Source§impl Ord for BusMarker
impl Ord for BusMarker
Source§impl PartialOrd for BusMarker
impl PartialOrd for BusMarker
Source§impl ProtocolMarker for BusMarker
impl ProtocolMarker for BusMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) Bus"
const DEBUG_NAME: &'static str = "(anonymous) Bus"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = BusProxy
type Proxy = BusProxy
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 = BusRequestStream
type RequestStream = BusRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = BusSynchronousProxy
type SynchronousProxy = BusSynchronousProxy
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 BusMarker
impl Eq for BusMarker
impl StructuralPartialEq for BusMarker
Auto Trait Implementations§
impl Freeze for BusMarker
impl RefUnwindSafe for BusMarker
impl Send for BusMarker
impl Sync for BusMarker
impl Unpin for BusMarker
impl UnwindSafe for BusMarker
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
)