#[repr(C)]pub struct pdf_mark_list {
pub len: c_int,
pub max: c_int,
pub list: *mut c_int,
pub local_list: [c_int; 8],
}Fields§
§len: c_int§max: c_int§list: *mut c_int§local_list: [c_int; 8]Trait Implementations§
Source§impl Clone for pdf_mark_list
impl Clone for pdf_mark_list
Source§fn clone(&self) -> pdf_mark_list
fn clone(&self) -> pdf_mark_list
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 pdf_mark_list
impl Debug for pdf_mark_list
impl Copy for pdf_mark_list
Auto Trait Implementations§
impl Freeze for pdf_mark_list
impl RefUnwindSafe for pdf_mark_list
impl !Send for pdf_mark_list
impl !Sync for pdf_mark_list
impl Unpin for pdf_mark_list
impl UnwindSafe for pdf_mark_list
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