#[repr(C)]pub struct spAttachment {
pub name: *const c_char,
pub type_: spAttachmentType,
pub vtable: *const c_void,
pub refCount: c_int,
pub attachmentLoader: *mut spAttachmentLoader,
}Fields§
§name: *const c_char§type_: spAttachmentType§vtable: *const c_void§refCount: c_int§attachmentLoader: *mut spAttachmentLoaderTrait Implementations§
Source§impl Clone for spAttachment
impl Clone for spAttachment
Source§fn clone(&self) -> spAttachment
fn clone(&self) -> spAttachment
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 spAttachment
Auto Trait Implementations§
impl !Send for spAttachment
impl !Sync for spAttachment
impl Freeze for spAttachment
impl RefUnwindSafe for spAttachment
impl Unpin for spAttachment
impl UnsafeUnpin for spAttachment
impl UnwindSafe for spAttachment
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