pub struct DeadlineFlags(/* private fields */);Expand description
Linux-compatible Deadline behavior flags supported by the core.
Implementations§
Source§impl DeadlineFlags
impl DeadlineFlags
Sourcepub const DL_OVERRUN: Self
pub const DL_OVERRUN: Self
Request a task-context overrun notification.
Sourcepub const RESET_ON_FORK: Self
pub const RESET_ON_FORK: Self
Reset the scheduling policy when a child is created.
Trait Implementations§
Source§impl BitOr for DeadlineFlags
impl BitOr for DeadlineFlags
Source§impl Clone for DeadlineFlags
impl Clone for DeadlineFlags
Source§fn clone(&self) -> DeadlineFlags
fn clone(&self) -> DeadlineFlags
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeadlineFlags
Source§impl Debug for DeadlineFlags
impl Debug for DeadlineFlags
impl Eq for DeadlineFlags
Source§impl PartialEq for DeadlineFlags
impl PartialEq for DeadlineFlags
impl StructuralPartialEq for DeadlineFlags
Auto Trait Implementations§
impl Freeze for DeadlineFlags
impl RefUnwindSafe for DeadlineFlags
impl Send for DeadlineFlags
impl Sync for DeadlineFlags
impl Unpin for DeadlineFlags
impl UnsafeUnpin for DeadlineFlags
impl UnwindSafe for DeadlineFlags
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