#[repr(C)]pub struct LineAttributes(/* private fields */);
Expand description
The set of potential configuration attributes for a line.
LineInfo.num_attrs
specifies the number of entries in use.
Trait Implementations§
Source§impl Clone for LineAttributes
impl Clone for LineAttributes
Source§fn clone(&self) -> LineAttributes
fn clone(&self) -> LineAttributes
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LineAttributes
impl Debug for LineAttributes
Source§impl Default for LineAttributes
impl Default for LineAttributes
Source§fn default() -> LineAttributes
fn default() -> LineAttributes
Returns the “default value” for a type. Read more
Source§impl PartialEq for LineAttributes
impl PartialEq for LineAttributes
impl Copy for LineAttributes
impl Eq for LineAttributes
impl StructuralPartialEq for LineAttributes
Auto Trait Implementations§
impl Freeze for LineAttributes
impl RefUnwindSafe for LineAttributes
impl Send for LineAttributes
impl Sync for LineAttributes
impl Unpin for LineAttributes
impl UnwindSafe for LineAttributes
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