Struct rustc_session::config::BranchProtection
source · [−]Fields
bti: bool
pac_ret: Option<PacRet>
Trait Implementations
sourceimpl Clone for BranchProtection
impl Clone for BranchProtection
sourcefn clone(&self) -> BranchProtection
fn clone(&self) -> BranchProtection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for BranchProtection
impl Debug for BranchProtection
sourceimpl Default for BranchProtection
impl Default for BranchProtection
sourceimpl DepTrackingHash for BranchProtection
impl DepTrackingHash for BranchProtection
fn hash(
&self,
hasher: &mut DefaultHasher,
_: ErrorOutputType,
_for_crate_hash: bool
)
sourceimpl Hash for BranchProtection
impl Hash for BranchProtection
sourceimpl PartialEq<BranchProtection> for BranchProtection
impl PartialEq<BranchProtection> for BranchProtection
sourcefn eq(&self, other: &BranchProtection) -> bool
fn eq(&self, other: &BranchProtection) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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