Enum gpiocdev::line::InfoChangeKind
source · [−]pub enum InfoChangeKind {
Requested,
Released,
Reconfigured,
}
Expand description
The cause of a InfoChangeEvent
Variants
Requested
Line has been requested.
Released
Line has been released.
Reconfigured
Line has been reconfigured.
Trait Implementations
sourceimpl Clone for InfoChangeKind
impl Clone for InfoChangeKind
sourcefn clone(&self) -> InfoChangeKind
fn clone(&self) -> InfoChangeKind
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 InfoChangeKind
impl Debug for InfoChangeKind
sourceimpl From<LineInfoChangeKind> for InfoChangeKind
impl From<LineInfoChangeKind> for InfoChangeKind
sourcefn from(kind: LineInfoChangeKind) -> Self
fn from(kind: LineInfoChangeKind) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<InfoChangeKind> for InfoChangeKind
impl PartialEq<InfoChangeKind> for InfoChangeKind
sourcefn eq(&self, other: &InfoChangeKind) -> bool
fn eq(&self, other: &InfoChangeKind) -> bool
impl Copy for InfoChangeKind
impl Eq for InfoChangeKind
impl StructuralEq for InfoChangeKind
impl StructuralPartialEq for InfoChangeKind
Auto Trait Implementations
impl RefUnwindSafe for InfoChangeKind
impl Send for InfoChangeKind
impl Sync for InfoChangeKind
impl Unpin for InfoChangeKind
impl UnwindSafe for InfoChangeKind
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