Struct fidl_fuchsia_io::DirectoryControlHandle
source · pub struct DirectoryControlHandle { /* private fields */ }
Implementations§
source§impl DirectoryControlHandle
impl DirectoryControlHandle
pub fn send_on_open_( &self, s: i32, info: Option<NodeInfoDeprecated> ) -> Result<(), Error>
pub fn send_on_representation( &self, payload: Representation ) -> Result<(), Error>
Trait Implementations§
source§impl Clone for DirectoryControlHandle
impl Clone for DirectoryControlHandle
source§fn clone(&self) -> DirectoryControlHandle
fn clone(&self) -> DirectoryControlHandle
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 ControlHandle for DirectoryControlHandle
impl ControlHandle for DirectoryControlHandle
Auto Trait Implementations§
impl !RefUnwindSafe for DirectoryControlHandle
impl Send for DirectoryControlHandle
impl Sync for DirectoryControlHandle
impl Unpin for DirectoryControlHandle
impl !UnwindSafe for DirectoryControlHandle
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