#[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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for thread_time_constraint_policy
Auto Trait Implementations§
impl Freeze for thread_time_constraint_policy
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