pub struct ICatRegister(/* private fields */);Implementations§
Source§impl ICatRegister
impl ICatRegister
pub unsafe fn RegisterCategories( &self, ccategories: u32, rgcategoryinfo: *mut CATEGORYINFO, ) -> ErrorCode
pub unsafe fn UnRegisterCategories( &self, ccategories: u32, rgcatid: *mut Guid, ) -> ErrorCode
pub unsafe fn RegisterClassImplCategories( &self, rclsid: *const Guid, ccategories: u32, rgcatid: *mut Guid, ) -> ErrorCode
pub unsafe fn UnRegisterClassImplCategories( &self, rclsid: *const Guid, ccategories: u32, rgcatid: *mut Guid, ) -> ErrorCode
pub unsafe fn RegisterClassReqCategories( &self, rclsid: *const Guid, ccategories: u32, rgcatid: *mut Guid, ) -> ErrorCode
pub unsafe fn UnRegisterClassReqCategories( &self, rclsid: *const Guid, ccategories: u32, rgcatid: *mut Guid, ) -> ErrorCode
Trait Implementations§
Source§impl Clone for ICatRegister
impl Clone for ICatRegister
Source§fn clone(&self) -> ICatRegister
fn clone(&self) -> ICatRegister
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 moreSource§impl Debug for ICatRegister
impl Debug for ICatRegister
Source§impl From<&ICatRegister> for IUnknown
impl From<&ICatRegister> for IUnknown
Source§fn from(value: &ICatRegister) -> Self
fn from(value: &ICatRegister) -> Self
Converts to this type from the input type.
Source§impl From<ICatRegister> for IUnknown
impl From<ICatRegister> for IUnknown
Source§fn from(value: ICatRegister) -> Self
fn from(value: ICatRegister) -> Self
Converts to this type from the input type.
Source§impl Interface for ICatRegister
impl Interface for ICatRegister
const IID: Guid
type Vtable = ICatRegister_abi
Source§impl<'a> IntoParam<'a, IUnknown> for &'a ICatRegister
impl<'a> IntoParam<'a, IUnknown> for &'a ICatRegister
fn into_param(self) -> Param<'a, IUnknown>
Source§impl<'a> IntoParam<'a, IUnknown> for ICatRegister
impl<'a> IntoParam<'a, IUnknown> for ICatRegister
fn into_param(self) -> Param<'a, IUnknown>
Source§impl PartialEq for ICatRegister
impl PartialEq for ICatRegister
impl Eq for ICatRegister
impl StructuralPartialEq for ICatRegister
Auto Trait Implementations§
impl Freeze for ICatRegister
impl RefUnwindSafe for ICatRegister
impl !Send for ICatRegister
impl !Sync for ICatRegister
impl Unpin for ICatRegister
impl UnwindSafe for ICatRegister
Blanket Implementations§
Source§impl<T> Abi for Twhere
T: Interface,
impl<T> Abi for Twhere
T: Interface,
Source§fn set_abi(&mut self) -> *mut <T as Abi>::Abi
fn set_abi(&mut self) -> *mut <T as Abi>::Abi
Returns a pointer for setting the object’s value via an ABI call.
Source§unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
unsafe fn from_abi(abi: <T as Abi>::Abi) -> Result<T, Error>
Casts the ABI representation to a Rust object by taking ownership of the bits.
fn drop_param(_: &mut Param<'_, Self>)
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