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