Enum vm_resource::kind::NetEndpointHandleKind
source · pub enum NetEndpointHandleKind {}
Expand description
Resource kind for network endpoints.
Trait Implementations§
source§impl ResourceKind for NetEndpointHandleKind
impl ResourceKind for NetEndpointHandleKind
Auto Trait Implementations§
impl Freeze for NetEndpointHandleKind
impl RefUnwindSafe for NetEndpointHandleKind
impl Send for NetEndpointHandleKind
impl Sync for NetEndpointHandleKind
impl Unpin for NetEndpointHandleKind
impl UnwindSafe for NetEndpointHandleKind
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