#[repr(C)]pub struct ICatalogFileInfo {
pub lpVtbl: *mut ICatalogFileInfoVtbl,
}Fields§
§lpVtbl: *mut ICatalogFileInfoVtblTrait Implementations§
Source§impl Clone for ICatalogFileInfo
impl Clone for ICatalogFileInfo
Source§fn clone(&self) -> ICatalogFileInfo
fn clone(&self) -> ICatalogFileInfo
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 ICatalogFileInfo
impl Debug for ICatalogFileInfo
impl Copy for ICatalogFileInfo
Auto Trait Implementations§
impl Freeze for ICatalogFileInfo
impl RefUnwindSafe for ICatalogFileInfo
impl !Send for ICatalogFileInfo
impl !Sync for ICatalogFileInfo
impl Unpin for ICatalogFileInfo
impl UnwindSafe for ICatalogFileInfo
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