Struct CoreInputViewOcclusionKind
#[repr(transparent)]pub struct CoreInputViewOcclusionKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
Trait Implementations§
§impl Clone for CoreInputViewOcclusionKind
impl Clone for CoreInputViewOcclusionKind
§fn clone(&self) -> CoreInputViewOcclusionKind
fn clone(&self) -> CoreInputViewOcclusionKind
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 more§impl Debug for CoreInputViewOcclusionKind
impl Debug for CoreInputViewOcclusionKind
§impl Default for CoreInputViewOcclusionKind
impl Default for CoreInputViewOcclusionKind
§fn default() -> CoreInputViewOcclusionKind
fn default() -> CoreInputViewOcclusionKind
Returns the “default value” for a type. Read more
§impl PartialEq for CoreInputViewOcclusionKind
impl PartialEq for CoreInputViewOcclusionKind
impl Copy for CoreInputViewOcclusionKind
impl Eq for CoreInputViewOcclusionKind
impl StructuralPartialEq for CoreInputViewOcclusionKind
Auto Trait Implementations§
impl Freeze for CoreInputViewOcclusionKind
impl RefUnwindSafe for CoreInputViewOcclusionKind
impl Send for CoreInputViewOcclusionKind
impl Sync for CoreInputViewOcclusionKind
impl Unpin for CoreInputViewOcclusionKind
impl UnwindSafe for CoreInputViewOcclusionKind
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