pub struct FunctionHeaderFlag {
pub prohibit_invoke: FunctionHeaderFlagProhibitions,
pub strict_mode: bool,
pub has_exception_handler: bool,
pub has_debug_info: bool,
pub overflowed: bool,
}Fields§
§prohibit_invoke: FunctionHeaderFlagProhibitions§strict_mode: bool§has_exception_handler: bool§has_debug_info: bool§overflowed: boolTrait Implementations§
Source§impl Clone for FunctionHeaderFlag
impl Clone for FunctionHeaderFlag
Source§fn clone(&self) -> FunctionHeaderFlag
fn clone(&self) -> FunctionHeaderFlag
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 moreAuto Trait Implementations§
impl Freeze for FunctionHeaderFlag
impl RefUnwindSafe for FunctionHeaderFlag
impl Send for FunctionHeaderFlag
impl Sync for FunctionHeaderFlag
impl Unpin for FunctionHeaderFlag
impl UnwindSafe for FunctionHeaderFlag
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