#[repr(C)]pub struct IBinding {
pub _base: IUnknown,
}Fields§
§_base: IUnknownTrait Implementations§
Auto Trait Implementations§
impl Freeze for IBinding
impl RefUnwindSafe for IBinding
impl !Send for IBinding
impl !Sync for IBinding
impl Unpin for IBinding
impl UnwindSafe for IBinding
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