Struct mupdf_sys::fz_store_hash__bindgen_ty_1__bindgen_ty_4[][src]

#[repr(C)]
#[repr(align(4))]pub struct fz_store_hash__bindgen_ty_1__bindgen_ty_4 {
    pub src_md5: [c_uchar; 16],
    pub dst_md5: [c_uchar; 16],
    pub _bitfield_align_1: [u8; 0],
    pub _bitfield_1: __BindgenBitfieldUnit<[u8; 3]>,
    pub __bindgen_padding_0: u8,
}

Fields

src_md5: [c_uchar; 16]dst_md5: [c_uchar; 16]_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 3]>__bindgen_padding_0: u8

Implementations

impl fz_store_hash__bindgen_ty_1__bindgen_ty_4[src]

pub fn ri(&self) -> c_uint[src]

pub fn set_ri(&mut self, val: c_uint)[src]

pub fn bp(&self) -> c_uint[src]

pub fn set_bp(&mut self, val: c_uint)[src]

pub fn format(&self) -> c_uint[src]

pub fn set_format(&mut self, val: c_uint)[src]

pub fn proof(&self) -> c_uint[src]

pub fn set_proof(&mut self, val: c_uint)[src]

pub fn src_extras(&self) -> c_uint[src]

pub fn set_src_extras(&mut self, val: c_uint)[src]

pub fn dst_extras(&self) -> c_uint[src]

pub fn set_dst_extras(&mut self, val: c_uint)[src]

pub fn copy_spots(&self) -> c_uint[src]

pub fn set_copy_spots(&mut self, val: c_uint)[src]

pub fn bgr(&self) -> c_uint[src]

pub fn set_bgr(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    ri: c_uint,
    bp: c_uint,
    format: c_uint,
    proof: c_uint,
    src_extras: c_uint,
    dst_extras: c_uint,
    copy_spots: c_uint,
    bgr: c_uint
) -> __BindgenBitfieldUnit<[u8; 3]>
[src]

Trait Implementations

impl Clone for fz_store_hash__bindgen_ty_1__bindgen_ty_4[src]

impl Copy for fz_store_hash__bindgen_ty_1__bindgen_ty_4[src]

impl Debug for fz_store_hash__bindgen_ty_1__bindgen_ty_4[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.