#[repr(C)]pub struct FigSectionHeader {
pub open: *const c_char,
pub close: *const c_char,
pub seq_open: *const c_char,
pub seq_close: *const c_char,
pub sep: *const c_char,
pub skip_index: bool,
}Expand description
Mirror of FigSectionHeader.
Fields§
§open: *const c_char§close: *const c_char§seq_open: *const c_char§seq_close: *const c_char§sep: *const c_char§skip_index: boolTrait Implementations§
Source§impl Clone for FigSectionHeader
impl Clone for FigSectionHeader
impl Copy for FigSectionHeader
Auto Trait Implementations§
impl !Send for FigSectionHeader
impl !Sync for FigSectionHeader
impl Freeze for FigSectionHeader
impl RefUnwindSafe for FigSectionHeader
impl Unpin for FigSectionHeader
impl UnsafeUnpin for FigSectionHeader
impl UnwindSafe for FigSectionHeader
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