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