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