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