#[repr(C)]pub struct zfp_execution {
pub policy: zfp_exec_policy,
pub params: *mut c_void,
}Fields§
§policy: zfp_exec_policy§params: *mut c_voidTrait Implementations§
Source§impl Clone for zfp_execution
impl Clone for zfp_execution
Source§fn clone(&self) -> zfp_execution
fn clone(&self) -> zfp_execution
Returns a duplicate 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 zfp_execution
impl Debug for zfp_execution
impl Copy for zfp_execution
Auto Trait Implementations§
impl Freeze for zfp_execution
impl RefUnwindSafe for zfp_execution
impl !Send for zfp_execution
impl !Sync for zfp_execution
impl Unpin for zfp_execution
impl UnsafeUnpin for zfp_execution
impl UnwindSafe for zfp_execution
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