pub struct AcctArgs {
pub filename: InspectResult<Option<PathBuf>>,
}Fields§
§filename: InspectResult<Option<PathBuf>>Trait Implementations§
Source§impl From<AcctArgs> for SyscallArgs
impl From<AcctArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for AcctArgs
impl SyscallGroupsGetter for AcctArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for AcctArgs
impl SyscallNumber for AcctArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for AcctArgs
Auto Trait Implementations§
impl Freeze for AcctArgs
impl RefUnwindSafe for AcctArgs
impl Send for AcctArgs
impl Sync for AcctArgs
impl Unpin for AcctArgs
impl UnwindSafe for AcctArgs
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