pub struct OleObject {
pub prog_id: Option<String>,
pub rel_id: Option<String>,
pub preview: Option<Picture>,
}Expand description
An embedded object frame (19.3.2.4).
Fields§
§prog_id: Option<String>§rel_id: Option<String>§preview: Option<Picture>Trait Implementations§
impl Eq for OleObject
impl StructuralPartialEq for OleObject
Auto Trait Implementations§
impl Freeze for OleObject
impl RefUnwindSafe for OleObject
impl Send for OleObject
impl Sync for OleObject
impl Unpin for OleObject
impl UnsafeUnpin for OleObject
impl UnwindSafe for OleObject
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