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