#[repr(C)]pub struct itimerspec32 {
pub it_interval: timespec32,
pub it_value: timespec32,
}Fields§
§it_interval: timespec32§it_value: timespec32Trait Implementations§
Source§impl Clone for itimerspec32
impl Clone for itimerspec32
Source§fn clone(&self) -> itimerspec32
fn clone(&self) -> itimerspec32
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 itimerspec32
impl Debug for itimerspec32
impl Copy for itimerspec32
Auto Trait Implementations§
impl Freeze for itimerspec32
impl RefUnwindSafe for itimerspec32
impl Send for itimerspec32
impl Sync for itimerspec32
impl Unpin for itimerspec32
impl UnwindSafe for itimerspec32
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