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