#[repr(u32)]pub enum PointerCaptureMode {
Capture = 0,
Passthrough = 1,
}Variants§
Trait Implementations§
Source§impl Clone for PointerCaptureMode
impl Clone for PointerCaptureMode
Source§fn clone(&self) -> PointerCaptureMode
fn clone(&self) -> PointerCaptureMode
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PointerCaptureMode
impl Debug for PointerCaptureMode
Source§impl PartialEq for PointerCaptureMode
impl PartialEq for PointerCaptureMode
impl Copy for PointerCaptureMode
impl Eq for PointerCaptureMode
impl StructuralPartialEq for PointerCaptureMode
Auto Trait Implementations§
impl Freeze for PointerCaptureMode
impl RefUnwindSafe for PointerCaptureMode
impl Send for PointerCaptureMode
impl Sync for PointerCaptureMode
impl Unpin for PointerCaptureMode
impl UnwindSafe for PointerCaptureMode
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