pub struct HandleDef {
pub subtype: HandleSubtype,
pub rights: Rights,
}
Expand description
Specifies a handle to be created with create_handles
. Corresponds to
HandleDef
in //tools/fidl/gidl/ir/test_case.go.
Fields§
§subtype: HandleSubtype
§rights: Rights
Auto Trait Implementations§
impl Freeze for HandleDef
impl RefUnwindSafe for HandleDef
impl Send for HandleDef
impl Sync for HandleDef
impl Unpin for HandleDef
impl UnwindSafe for HandleDef
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