pub struct MemoryPressureMarker;Trait Implementations§
Source§impl Clone for MemoryPressureMarker
impl Clone for MemoryPressureMarker
Source§fn clone(&self) -> MemoryPressureMarker
fn clone(&self) -> MemoryPressureMarker
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MemoryPressureMarker
Source§impl Debug for MemoryPressureMarker
impl Debug for MemoryPressureMarker
Source§impl DiscoverableProtocolMarker for MemoryPressureMarker
impl DiscoverableProtocolMarker for MemoryPressureMarker
Source§const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
const PROTOCOL_NAME: &'static str = <Self as ProtocolMarker>::DEBUG_NAME
The name of the protocol (to be used for service lookup and discovery).
impl Eq for MemoryPressureMarker
Source§impl Hash for MemoryPressureMarker
impl Hash for MemoryPressureMarker
Source§impl Ord for MemoryPressureMarker
impl Ord for MemoryPressureMarker
Source§fn cmp(&self, other: &MemoryPressureMarker) -> Ordering
fn cmp(&self, other: &MemoryPressureMarker) -> Ordering
1.21.0 (const: unstable) · 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 MemoryPressureMarker
impl PartialEq for MemoryPressureMarker
Source§fn eq(&self, other: &MemoryPressureMarker) -> bool
fn eq(&self, other: &MemoryPressureMarker) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for MemoryPressureMarker
impl PartialOrd for MemoryPressureMarker
Source§impl ProtocolMarker for MemoryPressureMarker
impl ProtocolMarker for MemoryPressureMarker
Source§const DEBUG_NAME: &'static str = "fuchsia.memory.debug.MemoryPressure"
const DEBUG_NAME: &'static str = "fuchsia.memory.debug.MemoryPressure"
The name of the protocol suitable for debug purposes. Read more
Source§type Proxy = MemoryPressureProxy
type Proxy = MemoryPressureProxy
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 = MemoryPressureRequestStream
type RequestStream = MemoryPressureRequestStream
The type of the stream of requests coming into a server.
Source§type SynchronousProxy = MemoryPressureSynchronousProxy
type SynchronousProxy = MemoryPressureSynchronousProxy
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 StructuralPartialEq for MemoryPressureMarker
Auto Trait Implementations§
impl Freeze for MemoryPressureMarker
impl RefUnwindSafe for MemoryPressureMarker
impl Send for MemoryPressureMarker
impl Sync for MemoryPressureMarker
impl Unpin for MemoryPressureMarker
impl UnsafeUnpin for MemoryPressureMarker
impl UnwindSafe for MemoryPressureMarker
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