Enum binaryninja::section::Semantics
[−]pub enum Semantics {
DefaultSection,
ReadOnlyCode,
ReadOnlyData,
ReadWriteData,
External,
}
Variants
DefaultSection
ReadOnlyCode
ReadOnlyData
ReadWriteData
External
Trait Implementations
impl From<BNSectionSemantics> for Semantics
impl From<BNSectionSemantics> for Semantics
fn from(bn: BNSectionSemantics) -> Self
fn from(bn: BNSectionSemantics) -> Self
Converts to this type from the input type.
impl Copy for Semantics
impl Eq for Semantics
impl StructuralEq for Semantics
impl StructuralPartialEq for Semantics
Auto Trait Implementations
impl RefUnwindSafe for Semantics
impl Send for Semantics
impl Sync for Semantics
impl Unpin for Semantics
impl UnwindSafe for Semantics
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