Struct omp_gdk::objects::ObjectAttachmentSlotData
source · #[repr(C)]pub struct ObjectAttachmentSlotData { /* private fields */ }Auto Trait Implementations§
impl Freeze for ObjectAttachmentSlotData
impl RefUnwindSafe for ObjectAttachmentSlotData
impl Send for ObjectAttachmentSlotData
impl Sync for ObjectAttachmentSlotData
impl Unpin for ObjectAttachmentSlotData
impl UnwindSafe for ObjectAttachmentSlotData
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