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<&mut NodeInfoDeprecated> ) -> Result<(), Error>
pub fn send_on_representation( &self, payload: &mut 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 more