#[repr(C)]pub struct pdf_cycle_list {
pub up: *mut pdf_cycle_list,
pub num: c_int,
}Fields§
§up: *mut pdf_cycle_list§num: c_intTrait Implementations§
Source§impl Clone for pdf_cycle_list
impl Clone for pdf_cycle_list
Source§fn clone(&self) -> pdf_cycle_list
fn clone(&self) -> pdf_cycle_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_cycle_list
impl Debug for pdf_cycle_list
impl Copy for pdf_cycle_list
Auto Trait Implementations§
impl Freeze for pdf_cycle_list
impl RefUnwindSafe for pdf_cycle_list
impl !Send for pdf_cycle_list
impl !Sync for pdf_cycle_list
impl Unpin for pdf_cycle_list
impl UnwindSafe for pdf_cycle_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