pub struct ExtGStateManager { /* private fields */ }Expand description
ExtGState manager for handling multiple graphics states
Implementations§
Trait Implementations§
Source§impl Clone for ExtGStateManager
impl Clone for ExtGStateManager
Source§fn clone(&self) -> ExtGStateManager
fn clone(&self) -> ExtGStateManager
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 ExtGStateManager
impl Debug for ExtGStateManager
Auto Trait Implementations§
impl Freeze for ExtGStateManager
impl RefUnwindSafe for ExtGStateManager
impl Send for ExtGStateManager
impl Sync for ExtGStateManager
impl Unpin for ExtGStateManager
impl UnwindSafe for ExtGStateManager
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