#[repr(C)]pub struct FigCommentRow {
pub node: u32,
pub slot: c_int,
pub style: c_int,
pub text: FigStr,
}Expand description
Mirror of FigCommentRow.
Fields§
§node: u32§slot: c_int§style: c_int§text: FigStrTrait Implementations§
Source§impl Clone for FigCommentRow
impl Clone for FigCommentRow
impl Copy for FigCommentRow
Auto Trait Implementations§
impl !Send for FigCommentRow
impl !Sync for FigCommentRow
impl Freeze for FigCommentRow
impl RefUnwindSafe for FigCommentRow
impl Unpin for FigCommentRow
impl UnsafeUnpin for FigCommentRow
impl UnwindSafe for FigCommentRow
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