pub struct OnlyFront(pub bool);
Expand description
Boolean signal that shows only positive front impulses
Tuple Fields§
§0: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OnlyFront
impl RefUnwindSafe for OnlyFront
impl Send for OnlyFront
impl Sync for OnlyFront
impl Unpin for OnlyFront
impl UnwindSafe for OnlyFront
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