#[repr(C)]pub struct Hlines {
pub num: HITEMCNT,
pub line: *mut Hline,
}Fields§
§num: HITEMCNT§line: *mut HlineTrait Implementations§
Auto Trait Implementations§
impl Freeze for Hlines
impl RefUnwindSafe for Hlines
impl !Send for Hlines
impl !Sync for Hlines
impl Unpin for Hlines
impl UnwindSafe for Hlines
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