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