pub struct OutlineFlags {
pub italic: bool,
pub bold: bool,
}Expand description
Outline item flags
Fields§
§italic: boolItalic text
bold: boolBold text
Implementations§
Trait Implementations§
Source§impl Clone for OutlineFlags
impl Clone for OutlineFlags
Source§fn clone(&self) -> OutlineFlags
fn clone(&self) -> OutlineFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OutlineFlags
Source§impl Debug for OutlineFlags
impl Debug for OutlineFlags
Source§impl Default for OutlineFlags
impl Default for OutlineFlags
Source§fn default() -> OutlineFlags
fn default() -> OutlineFlags
Returns the “default value” for a type. Read more
impl Eq for OutlineFlags
Source§impl PartialEq for OutlineFlags
impl PartialEq for OutlineFlags
impl StructuralPartialEq for OutlineFlags
Auto Trait Implementations§
impl Freeze for OutlineFlags
impl RefUnwindSafe for OutlineFlags
impl Send for OutlineFlags
impl Sync for OutlineFlags
impl Unpin for OutlineFlags
impl UnsafeUnpin for OutlineFlags
impl UnwindSafe for OutlineFlags
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