pub enum RfkillOperations {
RfKillOpAdd,
RfKillOpDel,
RfKillOpChange,
RfKillOpChangeAll,
}Expand description
Enum mapping the op field in rfkill
Variants§
Trait Implementations§
Source§impl Clone for RfkillOperations
impl Clone for RfkillOperations
Source§fn clone(&self) -> RfkillOperations
fn clone(&self) -> RfkillOperations
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RfkillOperations
impl Debug for RfkillOperations
Source§impl PartialEq for RfkillOperations
impl PartialEq for RfkillOperations
Source§impl TryFrom<u8> for RfkillOperations
impl TryFrom<u8> for RfkillOperations
impl Copy for RfkillOperations
impl StructuralPartialEq for RfkillOperations
Auto Trait Implementations§
impl Freeze for RfkillOperations
impl RefUnwindSafe for RfkillOperations
impl Send for RfkillOperations
impl Sync for RfkillOperations
impl Unpin for RfkillOperations
impl UnwindSafe for RfkillOperations
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