Struct libc::thread_extended_policy
source · [−]#[repr(C)]pub struct thread_extended_policy {
pub timeshare: boolean_t,
}
Fields
Trait Implementations
sourceimpl Clone for thread_extended_policy
impl Clone for thread_extended_policy
sourcefn clone(&self) -> thread_extended_policy
fn clone(&self) -> thread_extended_policy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for thread_extended_policy
Auto Trait Implementations
impl RefUnwindSafe for thread_extended_policy
impl Send for thread_extended_policy
impl Sync for thread_extended_policy
impl Unpin for thread_extended_policy
impl UnwindSafe for thread_extended_policy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more