#[repr(C)]pub struct TimeRequest {
pub tr_node: IORequest,
pub tr_time: TimeVal,
}Fields§
§tr_node: IORequest§tr_time: TimeValTrait Implementations§
Source§impl Clone for TimeRequest
impl Clone for TimeRequest
Source§fn clone(&self) -> TimeRequest
fn clone(&self) -> TimeRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TimeRequest
impl Debug for TimeRequest
impl Copy for TimeRequest
Auto Trait Implementations§
impl Freeze for TimeRequest
impl RefUnwindSafe for TimeRequest
impl !Send for TimeRequest
impl !Sync for TimeRequest
impl Unpin for TimeRequest
impl UnwindSafe for TimeRequest
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