#[repr(C)]pub struct lin_seg_type {
pub row: HSUBCOOR,
pub col: HSUBCOOR,
pub length: HSUBATTR,
pub phi: HSUBATTR,
pub ref_: Hkey,
pub first: HITEMCNT,
pub last: HITEMCNT,
}
Fields§
§row: HSUBCOOR
§col: HSUBCOOR
§length: HSUBATTR
§phi: HSUBATTR
§ref_: Hkey
§first: HITEMCNT
§last: HITEMCNT
Trait Implementations§
Source§impl Clone for lin_seg_type
impl Clone for lin_seg_type
Source§fn clone(&self) -> lin_seg_type
fn clone(&self) -> lin_seg_type
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for lin_seg_type
impl Debug for lin_seg_type
impl Copy for lin_seg_type
Auto Trait Implementations§
impl Freeze for lin_seg_type
impl RefUnwindSafe for lin_seg_type
impl !Send for lin_seg_type
impl !Sync for lin_seg_type
impl Unpin for lin_seg_type
impl UnwindSafe for lin_seg_type
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