Struct rustix::backend::c::prefix_cacheinfo
source · #[repr(C)]pub(crate) struct prefix_cacheinfo {
pub preferred_time: u32,
pub valid_time: u32,
}
Fields§
§preferred_time: u32
§valid_time: u32
Trait Implementations§
source§impl Clone for prefix_cacheinfo
impl Clone for prefix_cacheinfo
source§fn clone(&self) -> prefix_cacheinfo
fn clone(&self) -> prefix_cacheinfo
Returns a copy 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 prefix_cacheinfo
impl Debug for prefix_cacheinfo
impl Copy for prefix_cacheinfo
Auto Trait Implementations§
impl Freeze for prefix_cacheinfo
impl RefUnwindSafe for prefix_cacheinfo
impl Send for prefix_cacheinfo
impl Sync for prefix_cacheinfo
impl Unpin for prefix_cacheinfo
impl UnwindSafe for prefix_cacheinfo
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