Enum binaryninja::section::Semantics
source · pub enum Semantics {
DefaultSection,
ReadOnlyCode,
ReadOnlyData,
ReadWriteData,
External,
}
Variants§
Trait Implementations§
source§impl PartialEq for Semantics
impl PartialEq for Semantics
impl Copy for Semantics
impl Eq 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§
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