#[repr(C)]pub struct CffiPointerBuffer {
pub pointers: *const *const c_void,
pub length: usize,
}Fields§
§pointers: *const *const c_void§length: usizeImplementations§
Trait Implementations§
Source§impl Clone for CffiPointerBuffer
impl Clone for CffiPointerBuffer
Source§fn clone(&self) -> CffiPointerBuffer
fn clone(&self) -> CffiPointerBuffer
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 CffiPointerBuffer
impl Debug for CffiPointerBuffer
impl Send for CffiPointerBuffer
impl Sync for CffiPointerBuffer
Auto Trait Implementations§
impl Freeze for CffiPointerBuffer
impl RefUnwindSafe for CffiPointerBuffer
impl Unpin for CffiPointerBuffer
impl UnwindSafe for CffiPointerBuffer
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