pub struct CloneArgs {
pub flags: c_ulong,
pub stack: AddressType,
pub tls: c_ulong,
}Fields§
§flags: c_ulong§stack: AddressType§tls: c_ulongTrait Implementations§
Source§impl From<CloneArgs> for SyscallArgs
impl From<CloneArgs> for SyscallArgs
Source§impl SyscallGroupsGetter for CloneArgs
impl SyscallGroupsGetter for CloneArgs
fn syscall_groups(&self) -> BitFlags<SyscallGroups>
Source§impl SyscallNumber for CloneArgs
impl SyscallNumber for CloneArgs
fn syscall_number(&self) -> isize
impl StructuralPartialEq for CloneArgs
Auto Trait Implementations§
impl Freeze for CloneArgs
impl RefUnwindSafe for CloneArgs
impl !Send for CloneArgs
impl !Sync for CloneArgs
impl Unpin for CloneArgs
impl UnwindSafe for CloneArgs
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