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