pub struct LseekArgs {
pub fd: RawFd,
pub offset: off_t,
pub whence: c_int,
}Fields§
§fd: RawFd§offset: off_t§whence: c_intTrait Implementations§
Source§impl From<LseekArgs> for SyscallArgs
impl From<LseekArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for LseekArgs
impl SyscallGroupsGetter for LseekArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for LseekArgs
impl SyscallNumber for LseekArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for LseekArgs
Auto Trait Implementations§
impl Freeze for LseekArgs
impl RefUnwindSafe for LseekArgs
impl Send for LseekArgs
impl Sync for LseekArgs
impl Unpin for LseekArgs
impl UnwindSafe for LseekArgs
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