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