Struct ndk_sys::_ymmh_state
source · Fields
ymmh_space: [__u32; 64]
Trait Implementations
sourceimpl Clone for _ymmh_state
impl Clone for _ymmh_state
sourcefn clone(&self) -> _ymmh_state
fn clone(&self) -> _ymmh_state
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for _ymmh_state
impl Debug for _ymmh_state
impl Copy for _ymmh_state
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more