pub struct OpGetdents {
pub fd: usize,
pub header_size: u16,
pub opaque_offset: u64,
/* private fields */
}
Fields§
§fd: usize
§header_size: u16
§opaque_offset: u64
Implementations§
Trait Implementations§
Source§impl Debug for OpGetdents
impl Debug for OpGetdents
Auto Trait Implementations§
impl Freeze for OpGetdents
impl RefUnwindSafe for OpGetdents
impl !Send for OpGetdents
impl !Sync for OpGetdents
impl Unpin for OpGetdents
impl UnwindSafe for OpGetdents
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