#[repr(C)]pub struct ICapeIDLAttributeCollection_VTable {
pub AttributeCount: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>,
pub AttributeName: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, name: *mut ICapeString) -> CapeResult>,
pub AttributeValue: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, value: *mut ICapeString) -> CapeResult>,
pub AttributeValueByName: Option<unsafe extern "C" fn(me: *mut c_void, attribute: *mut ICapeString, value: *mut ICapeString) -> CapeResult>,
pub HasAttribute: Option<unsafe extern "C" fn(me: *mut c_void, attribute: *mut ICapeString) -> CapeBoolean>,
}Fields§
§AttributeCount: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>§AttributeName: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, name: *mut ICapeString) -> CapeResult>§AttributeValue: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, value: *mut ICapeString) -> CapeResult>§AttributeValueByName: Option<unsafe extern "C" fn(me: *mut c_void, attribute: *mut ICapeString, value: *mut ICapeString) -> CapeResult>§HasAttribute: Option<unsafe extern "C" fn(me: *mut c_void, attribute: *mut ICapeString) -> CapeBoolean>Trait Implementations§
Source§impl Clone for ICapeIDLAttributeCollection_VTable
impl Clone for ICapeIDLAttributeCollection_VTable
Source§fn clone(&self) -> ICapeIDLAttributeCollection_VTable
fn clone(&self) -> ICapeIDLAttributeCollection_VTable
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 moreimpl Copy for ICapeIDLAttributeCollection_VTable
Auto Trait Implementations§
impl Freeze for ICapeIDLAttributeCollection_VTable
impl RefUnwindSafe for ICapeIDLAttributeCollection_VTable
impl Send for ICapeIDLAttributeCollection_VTable
impl Sync for ICapeIDLAttributeCollection_VTable
impl Unpin for ICapeIDLAttributeCollection_VTable
impl UnwindSafe for ICapeIDLAttributeCollection_VTable
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