#[repr(C)]pub struct Hline {
pub row1: HSUBCOOR,
pub col1: HSUBCOOR,
pub row2: HSUBCOOR,
pub col2: HSUBCOOR,
}Fields§
§row1: HSUBCOOR§col1: HSUBCOOR§row2: HSUBCOOR§col2: HSUBCOORTrait Implementations§
Auto Trait Implementations§
impl Freeze for Hline
impl RefUnwindSafe for Hline
impl Send for Hline
impl Sync for Hline
impl Unpin for Hline
impl UnwindSafe for Hline
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