#[repr(C)]pub struct _aarch64_ctx {
pub magic: c_uint,
pub size: c_uint,
}Fields§
§magic: c_uint§size: c_uintTrait Implementations§
Source§impl Clone for _aarch64_ctx
impl Clone for _aarch64_ctx
Source§fn clone(&self) -> _aarch64_ctx
fn clone(&self) -> _aarch64_ctx
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _aarch64_ctx
impl Debug for _aarch64_ctx
Source§impl PartialEq for _aarch64_ctx
impl PartialEq for _aarch64_ctx
impl Copy for _aarch64_ctx
impl Eq for _aarch64_ctx
impl StructuralPartialEq for _aarch64_ctx
Auto Trait Implementations§
impl Freeze for _aarch64_ctx
impl RefUnwindSafe for _aarch64_ctx
impl Send for _aarch64_ctx
impl Sync for _aarch64_ctx
impl Unpin for _aarch64_ctx
impl UnwindSafe for _aarch64_ctx
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)