pub type itimerspec = linux_itimerspec;
Aliased Type§
struct itimerspec {
pub it_interval: linux_timespec,
pub it_value: linux_timespec,
}
Fields§
§it_interval: linux_timespec
§it_value: linux_timespec
Trait Implementations§
impl Pod for itimerspec
Source§impl Clone for linux_itimerspec
impl Clone for linux_itimerspec
Source§fn clone(&self) -> linux_itimerspec
fn clone(&self) -> linux_itimerspec
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 more