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