pub struct OleObjects { /* private fields */ }Implementations§
Source§impl OleObjects
impl OleObjects
pub fn get_ole_object(&self) -> &[OleObject]
pub fn get_ole_object_mut(&mut self) -> &mut ThinVec<OleObject>
pub fn set_ole_object(&mut self, value: OleObject) -> &mut Self
Trait Implementations§
Source§impl Clone for OleObjects
impl Clone for OleObjects
Source§fn clone(&self) -> OleObjects
fn clone(&self) -> OleObjects
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 OleObjects
impl Debug for OleObjects
Source§impl Default for OleObjects
impl Default for OleObjects
Source§fn default() -> OleObjects
fn default() -> OleObjects
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OleObjects
impl RefUnwindSafe for OleObjects
impl Send for OleObjects
impl Sync for OleObjects
impl Unpin for OleObjects
impl UnwindSafe for OleObjects
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