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