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