Struct IDMLPageable_Vtbl
#[repr(C)]pub struct IDMLPageable_Vtbl {
pub base__: IDMLDeviceChild_Vtbl,
}
Fields§
§base__: IDMLDeviceChild_Vtbl
Implementations§
§impl IDMLPageable_Vtbl
impl IDMLPageable_Vtbl
pub const fn new<Identity: IDMLPageable_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IDMLPageable_Vtbl
impl RefUnwindSafe for IDMLPageable_Vtbl
impl Send for IDMLPageable_Vtbl
impl Sync for IDMLPageable_Vtbl
impl Unpin for IDMLPageable_Vtbl
impl UnwindSafe for IDMLPageable_Vtbl
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