#[repr(C)]pub struct LineConfigAttributes(pub [LineConfigAttribute; 10]);
Expand description
The set of additional configuration attributes for a line request.
LineConfig.num_attrs
specifies the number of entries in use.
Any attribute should only be associated with a particular line once. If an attribute is associated with a line multiple times then the first occurrence (i.e. lowest index) has precedence.
Tuple Fields§
§0: [LineConfigAttribute; 10]
Trait Implementations§
Source§impl Clone for LineConfigAttributes
impl Clone for LineConfigAttributes
Source§fn clone(&self) -> LineConfigAttributes
fn clone(&self) -> LineConfigAttributes
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 LineConfigAttributes
impl Debug for LineConfigAttributes
Source§impl Default for LineConfigAttributes
impl Default for LineConfigAttributes
Source§fn default() -> LineConfigAttributes
fn default() -> LineConfigAttributes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LineConfigAttributes
impl RefUnwindSafe for LineConfigAttributes
impl Send for LineConfigAttributes
impl Sync for LineConfigAttributes
impl Unpin for LineConfigAttributes
impl UnwindSafe for LineConfigAttributes
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