#[repr(C, align(8))]pub struct NSIProcedural {
pub _bindgen_opaque_blob: [u64; 3],
}Fields§
§_bindgen_opaque_blob: [u64; 3]Trait Implementations§
Source§impl Clone for NSIProcedural
impl Clone for NSIProcedural
Source§fn clone(&self) -> NSIProcedural
fn clone(&self) -> NSIProcedural
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NSIProcedural
Auto Trait Implementations§
impl Freeze for NSIProcedural
impl RefUnwindSafe for NSIProcedural
impl Send for NSIProcedural
impl Sync for NSIProcedural
impl Unpin for NSIProcedural
impl UnsafeUnpin for NSIProcedural
impl UnwindSafe for NSIProcedural
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