Struct nix::ucontext::UContext  
                   
                       [−]
                   
               [src]
pub struct UContext { /* fields omitted */ }Methods
impl UContext[src]
fn get() -> Result<UContext>
fn set(&self) -> Result<()>
fn sigmask_mut(&mut self) -> &mut SigSet
fn sigmask(&self) -> &SigSet
Trait Implementations
impl Clone for UContext[src]
fn clone(&self) -> UContext
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more