#[repr(C)]struct ForkUserContext {}Fields§
§r15: u64§r14: u64§r13: u64§r12: u64§rbp: u64§rbx: u64§r11: u64§r10: u64§r9: u64§r8: u64§rsi: u64§rdi: u64§rdx: u64§rcx: u64§user_rip: u64§user_cs: u64§user_rflags: u64§user_rsp: u64§user_ss: u64Trait Implementations§
Source§impl Clone for ForkUserContext
impl Clone for ForkUserContext
Source§fn clone(&self) -> ForkUserContext
fn clone(&self) -> ForkUserContext
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 ForkUserContext
Auto Trait Implementations§
impl Freeze for ForkUserContext
impl RefUnwindSafe for ForkUserContext
impl Send for ForkUserContext
impl Sync for ForkUserContext
impl Unpin for ForkUserContext
impl UnsafeUnpin for ForkUserContext
impl UnwindSafe for ForkUserContext
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more