pub enum JackControl {
Continue = 0,
Stop = -1,
}Expand description
Return type of callback functions.
Variants§
Trait Implementations§
Source§impl Clone for JackControl
impl Clone for JackControl
Source§fn clone(&self) -> JackControl
fn clone(&self) -> JackControl
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 JackControl
impl Debug for JackControl
impl Copy for JackControl
Auto Trait Implementations§
impl Freeze for JackControl
impl RefUnwindSafe for JackControl
impl Send for JackControl
impl Sync for JackControl
impl Unpin for JackControl
impl UnwindSafe for JackControl
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