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