#[repr(C)]pub struct spAttachmentLoader {
pub error1: *const c_char,
pub error2: *const c_char,
pub vtable: *const c_void,
}Fields§
§error1: *const c_char§error2: *const c_char§vtable: *const c_voidTrait Implementations§
Source§impl Clone for spAttachmentLoader
impl Clone for spAttachmentLoader
Source§fn clone(&self) -> spAttachmentLoader
fn clone(&self) -> spAttachmentLoader
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for spAttachmentLoader
Auto Trait Implementations§
impl !Send for spAttachmentLoader
impl !Sync for spAttachmentLoader
impl Freeze for spAttachmentLoader
impl RefUnwindSafe for spAttachmentLoader
impl Unpin for spAttachmentLoader
impl UnsafeUnpin for spAttachmentLoader
impl UnwindSafe for spAttachmentLoader
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