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