Struct gpiocdev_uapi::v2::LineAttributes
source · [−]#[repr(C)]pub struct LineAttributes(_);
Expand description
The set of potential configuration attributes for a line.
LineInfo.num_attrs
specifies the number of entries in use.
Trait Implementations
sourceimpl Clone for LineAttributes
impl Clone for LineAttributes
sourcefn clone(&self) -> LineAttributes
fn clone(&self) -> LineAttributes
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LineAttributes
impl Debug for LineAttributes
sourceimpl Default for LineAttributes
impl Default for LineAttributes
sourcefn default() -> LineAttributes
fn default() -> LineAttributes
Returns the “default value” for a type. Read more
sourceimpl PartialEq<LineAttributes> for LineAttributes
impl PartialEq<LineAttributes> for LineAttributes
sourcefn eq(&self, other: &LineAttributes) -> bool
fn eq(&self, other: &LineAttributes) -> bool
impl Copy for LineAttributes
impl Eq for LineAttributes
impl StructuralEq for LineAttributes
impl StructuralPartialEq for LineAttributes
Auto Trait Implementations
impl RefUnwindSafe for LineAttributes
impl Send for LineAttributes
impl Sync for LineAttributes
impl Unpin for LineAttributes
impl UnwindSafe for LineAttributes
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more