pub struct InterfaceRef {
pub name: Cow<'static, str>,
pub iid_automation: GUID,
pub iid_raw: GUID,
}Fields§
§name: Cow<'static, str>§iid_automation: GUID§iid_raw: GUIDTrait Implementations§
Auto Trait Implementations§
impl Freeze for InterfaceRef
impl RefUnwindSafe for InterfaceRef
impl Send for InterfaceRef
impl Sync for InterfaceRef
impl Unpin for InterfaceRef
impl UnwindSafe for InterfaceRef
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
Source§impl<T> ExternDefault for T
impl<T> ExternDefault for T
Source§unsafe fn extern_default() -> T
unsafe fn extern_default() -> T
Safety Read more