pub struct InterruptAttributorMarker;Trait Implementations§
Source§impl Clone for InterruptAttributorMarker
impl Clone for InterruptAttributorMarker
Source§fn clone(&self) -> InterruptAttributorMarker
fn clone(&self) -> InterruptAttributorMarker
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 Debug for InterruptAttributorMarker
impl Debug for InterruptAttributorMarker
Source§impl Hash for InterruptAttributorMarker
impl Hash for InterruptAttributorMarker
Source§impl Ord for InterruptAttributorMarker
impl Ord for InterruptAttributorMarker
Source§fn cmp(&self, other: &InterruptAttributorMarker) -> Ordering
fn cmp(&self, other: &InterruptAttributorMarker) -> 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 PartialOrd for InterruptAttributorMarker
impl PartialOrd for InterruptAttributorMarker
Source§impl ProtocolMarker for InterruptAttributorMarker
impl ProtocolMarker for InterruptAttributorMarker
Source§const DEBUG_NAME: &'static str = "(anonymous) InterruptAttributor"
const DEBUG_NAME: &'static str = "(anonymous) InterruptAttributor"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = InterruptAttributorProxy
type Proxy = InterruptAttributorProxy
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 = InterruptAttributorRequestStream
type RequestStream = InterruptAttributorRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = InterruptAttributorSynchronousProxy
type SynchronousProxy = InterruptAttributorSynchronousProxy
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 InterruptAttributorMarker
impl Eq for InterruptAttributorMarker
impl StructuralPartialEq for InterruptAttributorMarker
Auto Trait Implementations§
impl Freeze for InterruptAttributorMarker
impl RefUnwindSafe for InterruptAttributorMarker
impl Send for InterruptAttributorMarker
impl Sync for InterruptAttributorMarker
impl Unpin for InterruptAttributorMarker
impl UnsafeUnpin for InterruptAttributorMarker
impl UnwindSafe for InterruptAttributorMarker
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