pub enum SIG_STARTW {
SIGNATURE_GENERATION,
INITIATE_SIGNATURE_G,
}Expand description
Values that can be written to the field SIG_START
Variants§
SIGNATURE_GENERATION
Signature generation is stopped
INITIATE_SIGNATURE_G
Initiate signature generation
Auto Trait Implementations§
impl Freeze for SIG_STARTW
impl RefUnwindSafe for SIG_STARTW
impl Send for SIG_STARTW
impl Sync for SIG_STARTW
impl Unpin for SIG_STARTW
impl UnwindSafe for SIG_STARTW
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