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