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