#[repr(C)]pub struct JSPrintValueOptions {
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>,
pub max_depth: u32,
pub max_string_length: u32,
pub max_item_count: u32,
}
Fields§
§_bitfield_align_1: [u8; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>
§max_depth: u32
§max_string_length: u32
§max_item_count: u32
Implementations§
Source§impl JSPrintValueOptions
impl JSPrintValueOptions
pub fn raw_dump(&self) -> c_int
pub fn set_raw_dump(&mut self, val: c_int)
pub unsafe fn raw_dump_raw(this: *const Self) -> c_int
pub unsafe fn set_raw_dump_raw(this: *mut Self, val: c_int)
pub fn new_bitfield_1( show_hidden: c_int, raw_dump: c_int, ) -> __BindgenBitfieldUnit<[u8; 2]>
Trait Implementations§
Source§impl Clone for JSPrintValueOptions
impl Clone for JSPrintValueOptions
Source§fn clone(&self) -> JSPrintValueOptions
fn clone(&self) -> JSPrintValueOptions
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 JSPrintValueOptions
impl Debug for JSPrintValueOptions
impl Copy for JSPrintValueOptions
Auto Trait Implementations§
impl Freeze for JSPrintValueOptions
impl RefUnwindSafe for JSPrintValueOptions
impl Send for JSPrintValueOptions
impl Sync for JSPrintValueOptions
impl Unpin for JSPrintValueOptions
impl UnwindSafe for JSPrintValueOptions
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