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