Struct mupdf_sys::fz_device_container_stack [−][src]
#[repr(C)]pub struct fz_device_container_stack { pub scissor: fz_rect, pub type_: c_int, pub user: c_int, }
Expand description
Devices can keep track of containers (clips/masks/groups/tiles) as they go to save callers having to do it.
Fields
scissor: fz_rect
type_: c_int
user: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fz_device_container_stack
impl Send for fz_device_container_stack
impl Sync for fz_device_container_stack
impl Unpin for fz_device_container_stack
impl UnwindSafe for fz_device_container_stack
Blanket Implementations
Mutably borrows from an owned value. Read more