#[repr(C)]pub struct QITAB {
pub piid: *mut Guid,
pub dwOffset: u32,
}
Fields§
§piid: *mut Guid
§dwOffset: u32
Trait Implementations§
Source§impl Abi for QITAB
impl Abi for QITAB
impl Copy for QITAB
impl Eq for QITAB
Auto Trait Implementations§
impl Freeze for QITAB
impl RefUnwindSafe for QITAB
impl !Send for QITAB
impl !Sync for QITAB
impl Unpin for QITAB
impl UnwindSafe for QITAB
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