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