#[repr(transparent)]pub struct cef_touch_handle_state_flags_t(pub c_uint);Expand description
Values indicating what state of the touch handle is set.
Tuple Fields§
§0: c_uintImplementations§
Source§impl cef_touch_handle_state_flags_t
impl cef_touch_handle_state_flags_t
pub const CEF_THS_FLAG_NONE: cef_touch_handle_state_flags_t
pub const CEF_THS_FLAG_ENABLED: cef_touch_handle_state_flags_t
pub const CEF_THS_FLAG_ORIENTATION: cef_touch_handle_state_flags_t
pub const CEF_THS_FLAG_ORIGIN: cef_touch_handle_state_flags_t
pub const CEF_THS_FLAG_ALPHA: cef_touch_handle_state_flags_t
Trait Implementations§
Source§impl BitAndAssign for cef_touch_handle_state_flags_t
impl BitAndAssign for cef_touch_handle_state_flags_t
Source§fn bitand_assign(&mut self, rhs: cef_touch_handle_state_flags_t)
fn bitand_assign(&mut self, rhs: cef_touch_handle_state_flags_t)
Performs the
&= operation. Read moreSource§impl BitOrAssign for cef_touch_handle_state_flags_t
impl BitOrAssign for cef_touch_handle_state_flags_t
Source§fn bitor_assign(&mut self, rhs: cef_touch_handle_state_flags_t)
fn bitor_assign(&mut self, rhs: cef_touch_handle_state_flags_t)
Performs the
|= operation. Read moreSource§impl Clone for cef_touch_handle_state_flags_t
impl Clone for cef_touch_handle_state_flags_t
Source§fn clone(&self) -> cef_touch_handle_state_flags_t
fn clone(&self) -> cef_touch_handle_state_flags_t
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 cef_touch_handle_state_flags_t
impl PartialEq for cef_touch_handle_state_flags_t
Source§fn eq(&self, other: &cef_touch_handle_state_flags_t) -> bool
fn eq(&self, other: &cef_touch_handle_state_flags_t) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for cef_touch_handle_state_flags_t
impl Eq for cef_touch_handle_state_flags_t
impl StructuralPartialEq for cef_touch_handle_state_flags_t
Auto Trait Implementations§
impl Freeze for cef_touch_handle_state_flags_t
impl RefUnwindSafe for cef_touch_handle_state_flags_t
impl Send for cef_touch_handle_state_flags_t
impl Sync for cef_touch_handle_state_flags_t
impl Unpin for cef_touch_handle_state_flags_t
impl UnsafeUnpin for cef_touch_handle_state_flags_t
impl UnwindSafe for cef_touch_handle_state_flags_t
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