Enum vm_resource::kind::MouseInputHandleKind
source · pub enum MouseInputHandleKind {}
Expand description
A resource kind for mouse input source handles.
Trait Implementations§
source§impl ResourceKind for MouseInputHandleKind
impl ResourceKind for MouseInputHandleKind
Auto Trait Implementations§
impl Freeze for MouseInputHandleKind
impl RefUnwindSafe for MouseInputHandleKind
impl Send for MouseInputHandleKind
impl Sync for MouseInputHandleKind
impl Unpin for MouseInputHandleKind
impl UnwindSafe for MouseInputHandleKind
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