Enum gpiocdev_uapi::v2::LineAttributeValue
source · [−]Expand description
The attribute value contained within a LineAttribute
.
Variants
DebouncePeriod(Duration)
The debounce period attribute as a Duration.
Flags(LineFlags)
The configuration flags.
Values(Bitmap<64>)
The line values.
Auto Trait Implementations
impl RefUnwindSafe for LineAttributeValue
impl Send for LineAttributeValue
impl Sync for LineAttributeValue
impl Unpin for LineAttributeValue
impl UnwindSafe for LineAttributeValue
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