pub struct SignalMode { /* private fields */ }
Trait Implementations§
Source§impl Clone for SignalMode
impl Clone for SignalMode
Source§fn clone(&self) -> SignalMode
fn clone(&self) -> SignalMode
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 Default for SignalMode
impl Default for SignalMode
Source§fn default() -> SignalMode
fn default() -> SignalMode
Returns the “default value” for a type. Read more
impl Copy for SignalMode
Auto Trait Implementations§
impl Freeze for SignalMode
impl RefUnwindSafe for SignalMode
impl Send for SignalMode
impl Sync for SignalMode
impl Unpin for SignalMode
impl UnwindSafe for SignalMode
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