Enum linux_api::sched::CloneResult
source · pub enum CloneResult {
CallerIsChild,
CallerIsParent(Pid),
}
Variants§
Auto Trait Implementations§
impl Freeze for CloneResult
impl RefUnwindSafe for CloneResult
impl Send for CloneResult
impl Sync for CloneResult
impl Unpin for CloneResult
impl UnwindSafe for CloneResult
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