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