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