#[repr(C)]pub struct _aarch64_ctx {
pub magic: __u32,
pub size: __u32,
}
Fields§
§magic: __u32
§size: __u32
Trait 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 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 _aarch64_ctx
impl Debug for _aarch64_ctx
impl Copy 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§
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