pub struct Class<'a, T: Pe<'a>> {
pub name: String,
pub vftable: Rva,
/* private fields */
}Fields§
§name: String§vftable: RvaImplementations§
Auto Trait Implementations§
impl<'a, T> Freeze for Class<'a, T>
impl<'a, T> RefUnwindSafe for Class<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for Class<'a, T>where
T: Sync,
impl<'a, T> Sync for Class<'a, T>where
T: Sync,
impl<'a, T> Unpin for Class<'a, T>
impl<'a, T> UnwindSafe for Class<'a, T>where
T: RefUnwindSafe,
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