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