#[repr(C)]pub struct Hrun {
pub l: HIMGCOOR,
pub cb: HIMGCOOR,
pub ce: HIMGCOOR,
}
Fields§
§l: HIMGCOOR
§cb: HIMGCOOR
§ce: HIMGCOOR
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hrun
impl RefUnwindSafe for Hrun
impl Send for Hrun
impl Sync for Hrun
impl Unpin for Hrun
impl UnwindSafe for Hrun
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