pub struct LsmListModulesModifiedArgs {
pub syscall_result: c_int,
pub size: InspectResult<u32>,
pub ids: InspectResult<Vec<u64>>,
}Fields§
§syscall_result: c_int§size: InspectResult<u32>§ids: InspectResult<Vec<u64>>Trait Implementations§
Source§impl Clone for LsmListModulesModifiedArgs
impl Clone for LsmListModulesModifiedArgs
Source§fn clone(&self) -> LsmListModulesModifiedArgs
fn clone(&self) -> LsmListModulesModifiedArgs
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 LsmListModulesModifiedArgs
impl Debug for LsmListModulesModifiedArgs
Source§impl From<LsmListModulesModifiedArgs> for SyscallModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl From<LsmListModulesModifiedArgs> for SyscallModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
Source§fn from(args: LsmListModulesModifiedArgs) -> Self
fn from(args: LsmListModulesModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LsmListModulesModifiedArgs
impl PartialEq for LsmListModulesModifiedArgs
Source§fn eq(&self, other: &LsmListModulesModifiedArgs) -> bool
fn eq(&self, other: &LsmListModulesModifiedArgs) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl SyscallGroupsGetter for LsmListModulesModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallGroupsGetter for LsmListModulesModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for LsmListModulesModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
impl SyscallNumber for LsmListModulesModifiedArgs
Available on x86-64 or AArch64 or RISC-V RV64 only.
fn syscall_number(&self) -> isize
impl StructuralPartialEq for LsmListModulesModifiedArgs
Auto Trait Implementations§
impl Freeze for LsmListModulesModifiedArgs
impl RefUnwindSafe for LsmListModulesModifiedArgs
impl Send for LsmListModulesModifiedArgs
impl Sync for LsmListModulesModifiedArgs
impl Unpin for LsmListModulesModifiedArgs
impl UnsafeUnpin for LsmListModulesModifiedArgs
impl UnwindSafe for LsmListModulesModifiedArgs
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