Struct rustc_session::config::BranchProtection
source · pub struct BranchProtection {
pub bti: bool,
pub pac_ret: Option<PacRet>,
}
Fields§
§bti: bool
§pac_ret: Option<PacRet>
Trait Implementations§
source§impl Clone for BranchProtection
impl Clone for BranchProtection
source§fn clone(&self) -> BranchProtection
fn clone(&self) -> BranchProtection
Returns a copy 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 BranchProtection
impl Debug for BranchProtection
source§impl Default for BranchProtection
impl Default for BranchProtection
source§fn default() -> BranchProtection
fn default() -> BranchProtection
Returns the “default value” for a type. Read more
source§impl DepTrackingHash for BranchProtection
impl DepTrackingHash for BranchProtection
fn hash( &self, hasher: &mut DefaultHasher, _: ErrorOutputType, _for_crate_hash: bool )
source§impl Hash for BranchProtection
impl Hash for BranchProtection
source§impl PartialEq<BranchProtection> for BranchProtection
impl PartialEq<BranchProtection> for BranchProtection
source§fn eq(&self, other: &BranchProtection) -> bool
fn eq(&self, other: &BranchProtection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for BranchProtection
impl StructuralPartialEq for BranchProtection
Auto Trait Implementations§
impl RefUnwindSafe for BranchProtection
impl Send for BranchProtection
impl Sync for BranchProtection
impl Unpin for BranchProtection
impl UnwindSafe for BranchProtection
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: 3 bytes