[−][src]Struct gst::ffi::Struct_sigcontext
Fields
r8: __uint64_t
r9: __uint64_t
r10: __uint64_t
r11: __uint64_t
r12: __uint64_t
r13: __uint64_t
r14: __uint64_t
r15: __uint64_t
rdi: __uint64_t
rsi: __uint64_t
rbp: __uint64_t
rbx: __uint64_t
rdx: __uint64_t
rax: __uint64_t
rcx: __uint64_t
rsp: __uint64_t
rip: __uint64_t
eflags: __uint64_t
cs: c_ushort
gs: c_ushort
fs: c_ushort
__pad0: c_ushort
err: __uint64_t
trapno: __uint64_t
oldmask: __uint64_t
cr2: __uint64_t
_bindgen_data_1_: [u64; 1]
__reserved1: [__uint64_t; 8]
Methods
impl Struct_sigcontext
[src]
pub unsafe fn fpstate(&mut self) -> *mut *mut Struct__fpstate
[src]
pub unsafe fn __fpstate_word(&mut self) -> *mut __uint64_t
[src]
Trait Implementations
impl Default for Struct_sigcontext
[src]
fn default() -> Struct_sigcontext
[src]
impl Clone for Struct_sigcontext
[src]
fn clone(&self) -> Struct_sigcontext
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for Struct_sigcontext
[src]
Auto Trait Implementations
impl Send for Struct_sigcontext
impl Sync for Struct_sigcontext
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,