#[repr(C)]pub struct JumbleState {
pub jumble: *mut c_uchar,
pub jumble_len: Size,
pub clocations: *mut LocationLen,
pub clocations_buf_size: c_int,
pub clocations_count: c_int,
pub highest_extern_param_id: c_int,
}Fields§
§jumble: *mut c_uchar§jumble_len: Size§clocations: *mut LocationLen§clocations_buf_size: c_int§clocations_count: c_int§highest_extern_param_id: c_intTrait Implementations§
Source§impl Clone for JumbleState
impl Clone for JumbleState
Source§fn clone(&self) -> JumbleState
fn clone(&self) -> JumbleState
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for JumbleState
Source§impl Debug for JumbleState
impl Debug for JumbleState
Auto Trait Implementations§
impl !Send for JumbleState
impl !Sync for JumbleState
impl Freeze for JumbleState
impl RefUnwindSafe for JumbleState
impl Unpin for JumbleState
impl UnsafeUnpin for JumbleState
impl UnwindSafe for JumbleState
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