pub struct TouchHandleStateFlags(/* private fields */);Expand description
See cef_touch_handle_state_flags_t for more documentation.
Trait Implementations§
Source§impl AsMut<cef_touch_handle_state_flags_t> for TouchHandleStateFlags
impl AsMut<cef_touch_handle_state_flags_t> for TouchHandleStateFlags
Source§fn as_mut(&mut self) -> &mut cef_touch_handle_state_flags_t
fn as_mut(&mut self) -> &mut cef_touch_handle_state_flags_t
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<cef_touch_handle_state_flags_t> for TouchHandleStateFlags
impl AsRef<cef_touch_handle_state_flags_t> for TouchHandleStateFlags
Source§fn as_ref(&self) -> &cef_touch_handle_state_flags_t
fn as_ref(&self) -> &cef_touch_handle_state_flags_t
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for TouchHandleStateFlags
impl Clone for TouchHandleStateFlags
Source§fn clone(&self) -> TouchHandleStateFlags
fn clone(&self) -> TouchHandleStateFlags
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 Debug for TouchHandleStateFlags
impl Debug for TouchHandleStateFlags
Source§impl Default for TouchHandleStateFlags
impl Default for TouchHandleStateFlags
Source§impl From<TouchHandleStateFlags> for cef_touch_handle_state_flags_t
impl From<TouchHandleStateFlags> for cef_touch_handle_state_flags_t
Source§fn from(value: TouchHandleStateFlags) -> Self
fn from(value: TouchHandleStateFlags) -> Self
Converts to this type from the input type.
Source§impl From<cef_touch_handle_state_flags_t> for TouchHandleStateFlags
impl From<cef_touch_handle_state_flags_t> for TouchHandleStateFlags
Source§fn from(value: cef_touch_handle_state_flags_t) -> Self
fn from(value: cef_touch_handle_state_flags_t) -> Self
Converts to this type from the input type.
Source§impl Hash for TouchHandleStateFlags
impl Hash for TouchHandleStateFlags
Source§impl PartialEq for TouchHandleStateFlags
impl PartialEq for TouchHandleStateFlags
impl Copy for TouchHandleStateFlags
impl Eq for TouchHandleStateFlags
impl StructuralPartialEq for TouchHandleStateFlags
Auto Trait Implementations§
impl Freeze for TouchHandleStateFlags
impl RefUnwindSafe for TouchHandleStateFlags
impl Send for TouchHandleStateFlags
impl Sync for TouchHandleStateFlags
impl Unpin for TouchHandleStateFlags
impl UnwindSafe for TouchHandleStateFlags
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