pub struct ReplyLseek { /* private fields */ }Expand description
Lseek Reply
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReplyLseek
impl RefUnwindSafe for ReplyLseek
impl Send for ReplyLseek
impl Sync for ReplyLseek
impl Unpin for ReplyLseek
impl UnwindSafe for ReplyLseek
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