#[repr(C)]pub struct JSEvalOptions {
pub version: c_int,
pub eval_flags: c_int,
pub filename: *const c_char,
pub line_num: c_int,
}
Fields§
§version: c_int
§eval_flags: c_int
§filename: *const c_char
§line_num: c_int
Trait Implementations§
Source§impl Clone for JSEvalOptions
impl Clone for JSEvalOptions
Source§fn clone(&self) -> JSEvalOptions
fn clone(&self) -> JSEvalOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for JSEvalOptions
impl Debug for JSEvalOptions
impl Copy for JSEvalOptions
Auto Trait Implementations§
impl Freeze for JSEvalOptions
impl RefUnwindSafe for JSEvalOptions
impl !Send for JSEvalOptions
impl !Sync for JSEvalOptions
impl Unpin for JSEvalOptions
impl UnwindSafe for JSEvalOptions
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