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