#[repr(C)]pub struct _D3DHAL_GLOBALDRIVERDATA(pub u8);
Tuple Fields
0: u8
Auto Trait Implementations
impl RefUnwindSafe for _D3DHAL_GLOBALDRIVERDATA
impl Send for _D3DHAL_GLOBALDRIVERDATA
impl Sync for _D3DHAL_GLOBALDRIVERDATA
impl Unpin for _D3DHAL_GLOBALDRIVERDATA
impl UnwindSafe for _D3DHAL_GLOBALDRIVERDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more