#[repr(C, packed(1))]pub struct HDRVR__ {
pub unused: c_int,
}Fields§
§unused: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for HDRVR__
impl RefUnwindSafe for HDRVR__
impl Send for HDRVR__
impl Sync for HDRVR__
impl Unpin for HDRVR__
impl UnwindSafe for HDRVR__
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