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 · 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
impl From<LsmListModulesModifiedArgs> for SyscallModifiedArgs
Source§fn from(args: LsmListModulesModifiedArgs) -> Self
fn from(args: LsmListModulesModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl SyscallGroupsGetter for LsmListModulesModifiedArgs
impl SyscallGroupsGetter for LsmListModulesModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for LsmListModulesModifiedArgs
impl SyscallNumber for LsmListModulesModifiedArgs
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 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