pub enum XObject {
Image {},
}Expand description
An emedded object resource
Variants§
Image
An image object
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XObject
impl RefUnwindSafe for XObject
impl Send for XObject
impl Sync for XObject
impl Unpin for XObject
impl UnwindSafe for XObject
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