#[repr(C)]pub struct FigComments {
pub style: c_int,
pub line: FigCommentDelimiter,
pub trailing: FigCommentDelimiter,
}Expand description
Mirror of FigComments.
Fields§
§style: c_int§line: FigCommentDelimiter§trailing: FigCommentDelimiterTrait Implementations§
Source§impl Clone for FigComments
impl Clone for FigComments
impl Copy for FigComments
Auto Trait Implementations§
impl !Send for FigComments
impl !Sync for FigComments
impl Freeze for FigComments
impl RefUnwindSafe for FigComments
impl Unpin for FigComments
impl UnsafeUnpin for FigComments
impl UnwindSafe for FigComments
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