pub struct LgetxattrModifiedArgs {
pub syscall_result: ssize_t,
pub value: InspectResult<Vec<u8>>,
}Fields§
§syscall_result: ssize_t§value: InspectResult<Vec<u8>>Trait Implementations§
Source§impl Clone for LgetxattrModifiedArgs
impl Clone for LgetxattrModifiedArgs
Source§fn clone(&self) -> LgetxattrModifiedArgs
fn clone(&self) -> LgetxattrModifiedArgs
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 LgetxattrModifiedArgs
impl Debug for LgetxattrModifiedArgs
Source§impl From<LgetxattrModifiedArgs> for SyscallModifiedArgs
impl From<LgetxattrModifiedArgs> for SyscallModifiedArgs
Source§fn from(args: LgetxattrModifiedArgs) -> Self
fn from(args: LgetxattrModifiedArgs) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LgetxattrModifiedArgs
impl PartialEq for LgetxattrModifiedArgs
Source§impl SyscallGroupsGetter for LgetxattrModifiedArgs
impl SyscallGroupsGetter for LgetxattrModifiedArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for LgetxattrModifiedArgs
impl SyscallNumber for LgetxattrModifiedArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for LgetxattrModifiedArgs
Auto Trait Implementations§
impl Freeze for LgetxattrModifiedArgs
impl RefUnwindSafe for LgetxattrModifiedArgs
impl Send for LgetxattrModifiedArgs
impl Sync for LgetxattrModifiedArgs
impl Unpin for LgetxattrModifiedArgs
impl UnwindSafe for LgetxattrModifiedArgs
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