pub struct LibraryArgs {
pub meta: String,
pub no_ffi: bool,
}Fields§
§meta: String§no_ffi: boolTrait Implementations§
Source§impl Parse for LibraryArgs
impl Parse for LibraryArgs
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for LibraryArgs
impl RefUnwindSafe for LibraryArgs
impl Send for LibraryArgs
impl Sync for LibraryArgs
impl Unpin for LibraryArgs
impl UnsafeUnpin for LibraryArgs
impl UnwindSafe for LibraryArgs
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