Struct IAttributeSet_Vtbl
#[repr(C)]pub struct IAttributeSet_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetAttrib: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *const u8, _: u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetAttrib: unsafe extern "system" fn(_: *mut c_void, _: GUID, _: *const u8, _: u32) -> HRESULT
Implementations§
§impl IAttributeSet_Vtbl
impl IAttributeSet_Vtbl
pub const fn new<Identity: IAttributeSet_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IAttributeSet_Vtbl
impl RefUnwindSafe for IAttributeSet_Vtbl
impl Send for IAttributeSet_Vtbl
impl Sync for IAttributeSet_Vtbl
impl Unpin for IAttributeSet_Vtbl
impl UnwindSafe for IAttributeSet_Vtbl
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