Struct miniblink_sys::_wkePdfDatas
source · #[repr(C)]pub struct _wkePdfDatas {
pub count: c_int,
pub sizes: *mut usize,
pub datas: *mut *const c_void,
}Fields§
§count: c_int§sizes: *mut usize§datas: *mut *const c_voidTrait Implementations§
source§impl Clone for _wkePdfDatas
impl Clone for _wkePdfDatas
source§fn clone(&self) -> _wkePdfDatas
fn clone(&self) -> _wkePdfDatas
Returns a copy 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 _wkePdfDatas
impl Debug for _wkePdfDatas
impl Copy for _wkePdfDatas
Auto Trait Implementations§
impl Freeze for _wkePdfDatas
impl RefUnwindSafe for _wkePdfDatas
impl !Send for _wkePdfDatas
impl !Sync for _wkePdfDatas
impl Unpin for _wkePdfDatas
impl UnwindSafe for _wkePdfDatas
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