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