Struct rustc_codegen_llvm::llvm::SanitizerOptions
source · #[repr(C)]pub struct SanitizerOptions {
pub sanitize_address: bool,
pub sanitize_address_recover: bool,
pub sanitize_cfi: bool,
pub sanitize_kcfi: bool,
pub sanitize_memory: bool,
pub sanitize_memory_recover: bool,
pub sanitize_memory_track_origins: c_int,
pub sanitize_thread: bool,
pub sanitize_hwaddress: bool,
pub sanitize_hwaddress_recover: bool,
pub sanitize_kernel_address: bool,
pub sanitize_kernel_address_recover: bool,
}
Expand description
LLVMRustSanitizerOptions
Fields§
§sanitize_address: bool
§sanitize_address_recover: bool
§sanitize_cfi: bool
§sanitize_kcfi: bool
§sanitize_memory: bool
§sanitize_memory_recover: bool
§sanitize_memory_track_origins: c_int
§sanitize_thread: bool
§sanitize_hwaddress: bool
§sanitize_hwaddress_recover: bool
§sanitize_kernel_address: bool
§sanitize_kernel_address_recover: bool
Auto Trait Implementations§
impl RefUnwindSafe for SanitizerOptions
impl Send for SanitizerOptions
impl Sync for SanitizerOptions
impl Unpin for SanitizerOptions
impl UnwindSafe for SanitizerOptions
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 20 bytes