#[repr(C)]pub struct FigNodeRow {
pub kind: c_int,
pub ext_kind: c_int,
pub parent: u32,
pub span: FigSpan,
pub text: FigStr,
pub anchor: FigStr,
pub anchor_span: FigSpan,
pub tag: FigStr,
pub tag_span: FigSpan,
pub marker: FigSpan,
pub sep: FigSpan,
}Expand description
Mirror of FigNodeRow.
Fields§
§kind: c_int§ext_kind: c_int§parent: u32§span: FigSpan§text: FigStr§anchor: FigStr§anchor_span: FigSpan§tag: FigStr§tag_span: FigSpan§marker: FigSpan§sep: FigSpanTrait Implementations§
Source§impl Clone for FigNodeRow
impl Clone for FigNodeRow
impl Copy for FigNodeRow
Auto Trait Implementations§
impl !Send for FigNodeRow
impl !Sync for FigNodeRow
impl Freeze for FigNodeRow
impl RefUnwindSafe for FigNodeRow
impl Unpin for FigNodeRow
impl UnsafeUnpin for FigNodeRow
impl UnwindSafe for FigNodeRow
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