pub enum RunnerWindowHitTestClampReasonV1 {
None,
MissingPassthroughAllCapability,
MissingPassthroughRegionsCapability,
}Variants§
Trait Implementations§
Source§impl Clone for RunnerWindowHitTestClampReasonV1
impl Clone for RunnerWindowHitTestClampReasonV1
Source§fn clone(&self) -> RunnerWindowHitTestClampReasonV1
fn clone(&self) -> RunnerWindowHitTestClampReasonV1
Returns a duplicate 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 PartialEq for RunnerWindowHitTestClampReasonV1
impl PartialEq for RunnerWindowHitTestClampReasonV1
Source§fn eq(&self, other: &RunnerWindowHitTestClampReasonV1) -> bool
fn eq(&self, other: &RunnerWindowHitTestClampReasonV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RunnerWindowHitTestClampReasonV1
impl Eq for RunnerWindowHitTestClampReasonV1
impl StructuralPartialEq for RunnerWindowHitTestClampReasonV1
Auto Trait Implementations§
impl Freeze for RunnerWindowHitTestClampReasonV1
impl RefUnwindSafe for RunnerWindowHitTestClampReasonV1
impl Send for RunnerWindowHitTestClampReasonV1
impl Sync for RunnerWindowHitTestClampReasonV1
impl Unpin for RunnerWindowHitTestClampReasonV1
impl UnsafeUnpin for RunnerWindowHitTestClampReasonV1
impl UnwindSafe for RunnerWindowHitTestClampReasonV1
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