pub struct EscapeSummary {
pub escaping_params: Vec<u32>,
pub return_escapes: bool,
pub modifies_global: bool,
}Fields§
§escaping_params: Vec<u32>§return_escapes: bool§modifies_global: boolTrait Implementations§
Source§impl Clone for EscapeSummary
impl Clone for EscapeSummary
Source§fn clone(&self) -> EscapeSummary
fn clone(&self) -> EscapeSummary
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 EscapeSummary
impl Debug for EscapeSummary
Source§impl Default for EscapeSummary
impl Default for EscapeSummary
Source§fn default() -> EscapeSummary
fn default() -> EscapeSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EscapeSummary
impl RefUnwindSafe for EscapeSummary
impl Send for EscapeSummary
impl Sync for EscapeSummary
impl Unpin for EscapeSummary
impl UnsafeUnpin for EscapeSummary
impl UnwindSafe for EscapeSummary
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