#[repr(transparent)]pub struct cef_event_flags_t(pub c_uint);Expand description
Supported event bit flags.
Tuple Fields§
§0: c_uintImplementations§
Source§impl cef_event_flags_t
impl cef_event_flags_t
pub const EVENTFLAG_NONE: cef_event_flags_t
pub const EVENTFLAG_CAPS_LOCK_ON: cef_event_flags_t
pub const EVENTFLAG_SHIFT_DOWN: cef_event_flags_t
pub const EVENTFLAG_CONTROL_DOWN: cef_event_flags_t
pub const EVENTFLAG_ALT_DOWN: cef_event_flags_t
pub const EVENTFLAG_LEFT_MOUSE_BUTTON: cef_event_flags_t
pub const EVENTFLAG_MIDDLE_MOUSE_BUTTON: cef_event_flags_t
pub const EVENTFLAG_RIGHT_MOUSE_BUTTON: cef_event_flags_t
Sourcepub const EVENTFLAG_COMMAND_DOWN: cef_event_flags_t
pub const EVENTFLAG_COMMAND_DOWN: cef_event_flags_t
Mac OS-X command key.
Sourcepub const EVENTFLAG_NUM_LOCK_ON: cef_event_flags_t
pub const EVENTFLAG_NUM_LOCK_ON: cef_event_flags_t
Mac OS-X command key.
Sourcepub const EVENTFLAG_IS_KEY_PAD: cef_event_flags_t
pub const EVENTFLAG_IS_KEY_PAD: cef_event_flags_t
Mac OS-X command key.
Sourcepub const EVENTFLAG_IS_LEFT: cef_event_flags_t
pub const EVENTFLAG_IS_LEFT: cef_event_flags_t
Mac OS-X command key.
Sourcepub const EVENTFLAG_IS_RIGHT: cef_event_flags_t
pub const EVENTFLAG_IS_RIGHT: cef_event_flags_t
Mac OS-X command key.
Sourcepub const EVENTFLAG_ALTGR_DOWN: cef_event_flags_t
pub const EVENTFLAG_ALTGR_DOWN: cef_event_flags_t
Mac OS-X command key.
Sourcepub const EVENTFLAG_IS_REPEAT: cef_event_flags_t
pub const EVENTFLAG_IS_REPEAT: cef_event_flags_t
Mac OS-X command key.
Sourcepub const EVENTFLAG_PRECISION_SCROLLING_DELTA: cef_event_flags_t
pub const EVENTFLAG_PRECISION_SCROLLING_DELTA: cef_event_flags_t
Mac OS-X command key.
Sourcepub const EVENTFLAG_SCROLL_BY_PAGE: cef_event_flags_t
pub const EVENTFLAG_SCROLL_BY_PAGE: cef_event_flags_t
Mac OS-X command key.
Trait Implementations§
Source§impl BitAnd for cef_event_flags_t
impl BitAnd for cef_event_flags_t
Source§impl BitAndAssign for cef_event_flags_t
impl BitAndAssign for cef_event_flags_t
Source§fn bitand_assign(&mut self, rhs: cef_event_flags_t)
fn bitand_assign(&mut self, rhs: cef_event_flags_t)
Performs the
&= operation. Read moreSource§impl BitOr for cef_event_flags_t
impl BitOr for cef_event_flags_t
Source§impl BitOrAssign for cef_event_flags_t
impl BitOrAssign for cef_event_flags_t
Source§fn bitor_assign(&mut self, rhs: cef_event_flags_t)
fn bitor_assign(&mut self, rhs: cef_event_flags_t)
Performs the
|= operation. Read moreSource§impl Clone for cef_event_flags_t
impl Clone for cef_event_flags_t
Source§fn clone(&self) -> cef_event_flags_t
fn clone(&self) -> cef_event_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 Debug for cef_event_flags_t
impl Debug for cef_event_flags_t
Source§impl Hash for cef_event_flags_t
impl Hash for cef_event_flags_t
Source§impl PartialEq for cef_event_flags_t
impl PartialEq for cef_event_flags_t
impl Copy for cef_event_flags_t
impl Eq for cef_event_flags_t
impl StructuralPartialEq for cef_event_flags_t
Auto Trait Implementations§
impl Freeze for cef_event_flags_t
impl RefUnwindSafe for cef_event_flags_t
impl Send for cef_event_flags_t
impl Sync for cef_event_flags_t
impl Unpin for cef_event_flags_t
impl UnsafeUnpin for cef_event_flags_t
impl UnwindSafe for cef_event_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