Struct omp_gdk::objects::ObjectAttachmentData
source · #[repr(C)]pub struct ObjectAttachmentData { /* private fields */ }Trait Implementations§
source§impl Default for ObjectAttachmentData
impl Default for ObjectAttachmentData
source§fn default() -> ObjectAttachmentData
fn default() -> ObjectAttachmentData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ObjectAttachmentData
impl RefUnwindSafe for ObjectAttachmentData
impl Send for ObjectAttachmentData
impl Sync for ObjectAttachmentData
impl Unpin for ObjectAttachmentData
impl UnwindSafe for ObjectAttachmentData
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