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