Struct razor_libnvpair_sys::nv_alloc
source · [−]#[repr(C)]pub struct nv_alloc {
pub nva_ops: *const nv_alloc_ops_t,
pub nva_arg: *mut c_void,
}Fields
nva_ops: *const nv_alloc_ops_tnva_arg: *mut c_voidTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nv_alloc
impl !Send for nv_alloc
impl !Sync for nv_alloc
impl Unpin for nv_alloc
impl UnwindSafe for nv_alloc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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