Enum fidl_fuchsia_io::WritableEvent
source · pub enum WritableEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WritableEvent
impl RefUnwindSafe for WritableEvent
impl Send for WritableEvent
impl Sync for WritableEvent
impl Unpin for WritableEvent
impl UnwindSafe for WritableEvent
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