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