Struct moa_signals::EdgeSignal
source · pub struct EdgeSignal(pub(crate) Signal<bool>);
Tuple Fields§
§0: Signal<bool>
Implementations§
Trait Implementations§
source§impl Clone for EdgeSignal
impl Clone for EdgeSignal
source§fn clone(&self) -> EdgeSignal
fn clone(&self) -> EdgeSignal
Returns a copy 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 EdgeSignal
impl Debug for EdgeSignal
Auto Trait Implementations§
impl Freeze for EdgeSignal
impl !RefUnwindSafe for EdgeSignal
impl !Send for EdgeSignal
impl !Sync for EdgeSignal
impl Unpin for EdgeSignal
impl !UnwindSafe for EdgeSignal
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