#[repr(C)]pub struct pdf_xrange {
pub low: c_uint,
pub high: c_uint,
pub out: c_uint,
}Fields§
§low: c_uint§high: c_uint§out: c_uintTrait Implementations§
Source§impl Clone for pdf_xrange
impl Clone for pdf_xrange
Source§fn clone(&self) -> pdf_xrange
fn clone(&self) -> pdf_xrange
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_xrange
impl Debug for pdf_xrange
impl Copy for pdf_xrange
Auto Trait Implementations§
impl Freeze for pdf_xrange
impl RefUnwindSafe for pdf_xrange
impl Send for pdf_xrange
impl Sync for pdf_xrange
impl Unpin for pdf_xrange
impl UnwindSafe for pdf_xrange
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