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