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