#[repr(C)]pub struct _mbPdfDatas {
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_void
Trait Implementations§
Source§impl Clone for _mbPdfDatas
impl Clone for _mbPdfDatas
Source§fn clone(&self) -> _mbPdfDatas
fn clone(&self) -> _mbPdfDatas
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 _mbPdfDatas
impl Debug for _mbPdfDatas
impl Copy for _mbPdfDatas
Auto Trait Implementations§
impl Freeze for _mbPdfDatas
impl RefUnwindSafe for _mbPdfDatas
impl !Send for _mbPdfDatas
impl !Sync for _mbPdfDatas
impl Unpin for _mbPdfDatas
impl UnwindSafe for _mbPdfDatas
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