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