Struct libvips_rs::bindings::sigcontext
source · #[repr(C)]pub struct sigcontext {Show 28 fields
pub r8: c_ulong,
pub r9: c_ulong,
pub r10: c_ulong,
pub r11: c_ulong,
pub r12: c_ulong,
pub r13: c_ulong,
pub r14: c_ulong,
pub r15: c_ulong,
pub rdi: c_ulong,
pub rsi: c_ulong,
pub rbp: c_ulong,
pub rbx: c_ulong,
pub rdx: c_ulong,
pub rax: c_ulong,
pub rcx: c_ulong,
pub rsp: c_ulong,
pub rip: c_ulong,
pub eflags: c_ulong,
pub cs: c_ushort,
pub gs: c_ushort,
pub fs: c_ushort,
pub __pad0: c_ushort,
pub err: c_ulong,
pub trapno: c_ulong,
pub oldmask: c_ulong,
pub cr2: c_ulong,
pub fpstate: *mut _fpstate,
pub __reserved1: [c_ulong; 8],
}
Fields§
§r8: c_ulong
§r9: c_ulong
§r10: c_ulong
§r11: c_ulong
§r12: c_ulong
§r13: c_ulong
§r14: c_ulong
§r15: c_ulong
§rdi: c_ulong
§rsi: c_ulong
§rbp: c_ulong
§rbx: c_ulong
§rdx: c_ulong
§rax: c_ulong
§rcx: c_ulong
§rsp: c_ulong
§rip: c_ulong
§eflags: c_ulong
§cs: c_ushort
§gs: c_ushort
§fs: c_ushort
§__pad0: c_ushort
§err: c_ulong
§trapno: c_ulong
§oldmask: c_ulong
§cr2: c_ulong
§fpstate: *mut _fpstate
§__reserved1: [c_ulong; 8]
Trait Implementations§
source§impl Clone for sigcontext
impl Clone for sigcontext
source§fn clone(&self) -> sigcontext
fn clone(&self) -> sigcontext
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for sigcontext
impl Debug for sigcontext
source§impl PartialEq<sigcontext> for sigcontext
impl PartialEq<sigcontext> for sigcontext
source§fn eq(&self, other: &sigcontext) -> bool
fn eq(&self, other: &sigcontext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for sigcontext
impl Eq for sigcontext
impl StructuralEq for sigcontext
impl StructuralPartialEq for sigcontext
Auto Trait Implementations§
impl RefUnwindSafe for sigcontext
impl !Send for sigcontext
impl !Sync for sigcontext
impl Unpin for sigcontext
impl UnwindSafe for sigcontext
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