pub struct DirectX9Methods { /* private fields */ }Implementations§
Source§impl DirectX9Methods
impl DirectX9Methods
pub fn device_vmt(&self) -> &Vec<*const usize>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DirectX9Methods
impl RefUnwindSafe for DirectX9Methods
impl !Send for DirectX9Methods
impl !Sync for DirectX9Methods
impl Unpin for DirectX9Methods
impl UnwindSafe for DirectX9Methods
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