[][src]Struct gst::ffi::Struct_sigcontext

#[repr(C)]
pub struct Struct_sigcontext { pub r8: __uint64_t, pub r9: __uint64_t, pub r10: __uint64_t, pub r11: __uint64_t, pub r12: __uint64_t, pub r13: __uint64_t, pub r14: __uint64_t, pub r15: __uint64_t, pub rdi: __uint64_t, pub rsi: __uint64_t, pub rbp: __uint64_t, pub rbx: __uint64_t, pub rdx: __uint64_t, pub rax: __uint64_t, pub rcx: __uint64_t, pub rsp: __uint64_t, pub rip: __uint64_t, pub eflags: __uint64_t, pub cs: c_ushort, pub gs: c_ushort, pub fs: c_ushort, pub __pad0: c_ushort, pub err: __uint64_t, pub trapno: __uint64_t, pub oldmask: __uint64_t, pub cr2: __uint64_t, pub _bindgen_data_1_: [u64; 1], pub __reserved1: [__uint64_t; 8], }

Fields

r8: __uint64_tr9: __uint64_tr10: __uint64_tr11: __uint64_tr12: __uint64_tr13: __uint64_tr14: __uint64_tr15: __uint64_trdi: __uint64_trsi: __uint64_trbp: __uint64_trbx: __uint64_trdx: __uint64_trax: __uint64_trcx: __uint64_trsp: __uint64_trip: __uint64_teflags: __uint64_tcs: c_ushortgs: c_ushortfs: c_ushort__pad0: c_ushorterr: __uint64_ttrapno: __uint64_toldmask: __uint64_tcr2: __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]

impl Clone for 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]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.