pub struct PPME_SYSCALL_PRLIMIT_X {
pub res: Option<PT_ERRNO>,
pub newcur: Option<PT_INT64>,
pub newmax: Option<PT_INT64>,
pub oldcur: Option<PT_INT64>,
pub oldmax: Option<PT_INT64>,
pub pid: Option<PT_INT64>,
pub resource: Option<PT_ENUMFLAGS8_rlimit_resources>,
}
Fields§
§res: Option<PT_ERRNO>
§newcur: Option<PT_INT64>
§newmax: Option<PT_INT64>
§oldcur: Option<PT_INT64>
§oldmax: Option<PT_INT64>
§pid: Option<PT_INT64>
§resource: Option<PT_ENUMFLAGS8_rlimit_resources>
Trait Implementations§
Source§impl Clone for PPME_SYSCALL_PRLIMIT_X
impl Clone for PPME_SYSCALL_PRLIMIT_X
Source§fn clone(&self) -> PPME_SYSCALL_PRLIMIT_X
fn clone(&self) -> PPME_SYSCALL_PRLIMIT_X
Returns a duplicate 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 PPME_SYSCALL_PRLIMIT_X
impl Debug for PPME_SYSCALL_PRLIMIT_X
Source§impl<'raw_event> FromRawEvent<'raw_event> for PPME_SYSCALL_PRLIMIT_X
impl<'raw_event> FromRawEvent<'raw_event> for PPME_SYSCALL_PRLIMIT_X
impl Copy for PPME_SYSCALL_PRLIMIT_X
Auto Trait Implementations§
impl Freeze for PPME_SYSCALL_PRLIMIT_X
impl RefUnwindSafe for PPME_SYSCALL_PRLIMIT_X
impl Send for PPME_SYSCALL_PRLIMIT_X
impl Sync for PPME_SYSCALL_PRLIMIT_X
impl Unpin for PPME_SYSCALL_PRLIMIT_X
impl UnwindSafe for PPME_SYSCALL_PRLIMIT_X
Blanket Implementations§
Source§impl<T> AnyEventPayload for Twhere
T: EventPayload,
impl<T> AnyEventPayload for Twhere
T: EventPayload,
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