Struct syscall::IntRegisters
source · #[repr(C)]pub struct IntRegisters(/* private fields */);Trait Implementations§
source§impl Clone for IntRegisters
impl Clone for IntRegisters
source§fn clone(&self) -> IntRegisters
fn clone(&self) -> IntRegisters
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IntRegisters
impl Debug for IntRegisters
source§impl Default for IntRegisters
impl Default for IntRegisters
source§fn default() -> IntRegisters
fn default() -> IntRegisters
Returns the “default value” for a type. Read more
impl Copy for IntRegisters
Auto Trait Implementations§
impl Freeze for IntRegisters
impl RefUnwindSafe for IntRegisters
impl Send for IntRegisters
impl Sync for IntRegisters
impl Unpin for IntRegisters
impl UnwindSafe for IntRegisters
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)