#[repr(C)]pub struct pps_fdata {
pub info: pps_kinfo,
pub timeout: pps_ktime,
}Fields§
§info: pps_kinfo§timeout: pps_ktimeTrait Implementations§
impl Copy for pps_fdata
Auto Trait Implementations§
impl Freeze for pps_fdata
impl RefUnwindSafe for pps_fdata
impl Send for pps_fdata
impl Sync for pps_fdata
impl Unpin for pps_fdata
impl UnwindSafe for pps_fdata
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