Struct ndk_sys::_ymmh_state
source · #[repr(C)]pub struct _ymmh_state {
pub ymmh_space: [__u32; 64],
}
Fields§
§ymmh_space: [__u32; 64]
Trait Implementations§
source§impl Clone for _ymmh_state
impl Clone for _ymmh_state
source§fn clone(&self) -> _ymmh_state
fn clone(&self) -> _ymmh_state
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 _ymmh_state
impl Debug for _ymmh_state
impl Copy for _ymmh_state
Auto Trait Implementations§
impl Freeze for _ymmh_state
impl RefUnwindSafe for _ymmh_state
impl Send for _ymmh_state
impl Sync for _ymmh_state
impl Unpin for _ymmh_state
impl UnwindSafe for _ymmh_state
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