Struct fidl_fuchsia_paver::SysconfigProxy
source · pub struct SysconfigProxy { /* private fields */ }
Implementations§
source§impl SysconfigProxy
impl SysconfigProxy
sourcepub fn take_event_stream(&self) -> SysconfigEventStream
pub fn take_event_stream(&self) -> SysconfigEventStream
Get a Stream of events from the remote end of the Sysconfig protocol
Panics
Panics if the event stream was already taken.
sourcepub fn read(&self) -> QueryResponseFut<SysconfigReadResult>
pub fn read(&self) -> QueryResponseFut<SysconfigReadResult>
Read from the sub-partition
sourcepub fn get_partition_size(
&self
) -> QueryResponseFut<SysconfigGetPartitionSizeResult>
pub fn get_partition_size( &self ) -> QueryResponseFut<SysconfigGetPartitionSizeResult>
Get sub-partition size.
Trait Implementations§
source§impl Clone for SysconfigProxy
impl Clone for SysconfigProxy
source§fn clone(&self) -> SysconfigProxy
fn clone(&self) -> SysconfigProxy
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 SysconfigProxy
impl Debug for SysconfigProxy
source§impl Proxy for SysconfigProxy
impl Proxy for SysconfigProxy
§type Protocol = SysconfigMarker
type Protocol = SysconfigMarker
The protocol which this
Proxy
controls.source§fn from_channel(inner: AsyncChannel) -> Self
fn from_channel(inner: AsyncChannel) -> Self
Create a proxy over the given channel.
source§fn into_channel(self) -> Result<AsyncChannel, Self>
fn into_channel(self) -> Result<AsyncChannel, Self>
Attempt to convert the proxy back into a channel. Read more
source§fn as_channel(&self) -> &AsyncChannel
fn as_channel(&self) -> &AsyncChannel
Get a reference to the proxy’s underlying channel. Read more