pub enum HandleSubtype {
Event,
Channel,
}
Expand description
Handle subtypes that can be created via create_handles
. Each subtype X
corresponds to a fidl::X
type that implements HandleBased
.
Variants§
Auto Trait Implementations§
impl Freeze for HandleSubtype
impl RefUnwindSafe for HandleSubtype
impl Send for HandleSubtype
impl Sync for HandleSubtype
impl Unpin for HandleSubtype
impl UnwindSafe for HandleSubtype
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