Struct libc::thread_time_constraint_policy
source · #[repr(C)]pub struct thread_time_constraint_policy {
pub period: u32,
pub computation: u32,
pub constraint: u32,
pub preemptible: boolean_t,
}
Fields§
§period: u32
§computation: u32
§constraint: u32
§preemptible: boolean_t
Trait Implementations§
source§impl Clone for thread_time_constraint_policy
impl Clone for thread_time_constraint_policy
source§fn clone(&self) -> thread_time_constraint_policy
fn clone(&self) -> thread_time_constraint_policy
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 Hash for thread_time_constraint_policy
impl Hash for thread_time_constraint_policy
source§impl PartialEq<thread_time_constraint_policy> for thread_time_constraint_policy
impl PartialEq<thread_time_constraint_policy> for thread_time_constraint_policy
source§fn eq(&self, other: &thread_time_constraint_policy) -> bool
fn eq(&self, other: &thread_time_constraint_policy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for thread_time_constraint_policy
impl Eq for thread_time_constraint_policy
impl StructuralEq for thread_time_constraint_policy
impl StructuralPartialEq for thread_time_constraint_policy
Auto Trait Implementations§
impl RefUnwindSafe for thread_time_constraint_policy
impl Send for thread_time_constraint_policy
impl Sync for thread_time_constraint_policy
impl Unpin for thread_time_constraint_policy
impl UnwindSafe for thread_time_constraint_policy
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