#[repr(C)]pub struct IFrameDescription {
pub lpVtbl: *mut IFrameDescriptionVtbl,
}Fields§
§lpVtbl: *mut IFrameDescriptionVtblTrait Implementations§
Auto Trait Implementations§
impl Freeze for IFrameDescription
impl RefUnwindSafe for IFrameDescription
impl !Send for IFrameDescription
impl !Sync for IFrameDescription
impl Unpin for IFrameDescription
impl UnwindSafe for IFrameDescription
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