pub enum Rsrc {
NoEffect = 0,
Onewire = 1,
}Expand description
Receiver Source Select
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Rsrc
impl Eq for Rsrc
impl StructuralPartialEq for Rsrc
Auto Trait Implementations§
impl Freeze for Rsrc
impl RefUnwindSafe for Rsrc
impl Send for Rsrc
impl Sync for Rsrc
impl Unpin for Rsrc
impl UnwindSafe for Rsrc
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