Struct binaryninja::segment::SegmentBuilder
source · pub struct SegmentBuilder { /* private fields */ }
Implementations§
source§impl SegmentBuilder
impl SegmentBuilder
pub fn new(ea: Range<u64>) -> Self
pub fn parent_backing(self, parent_backing: Range<u64>) -> Self
pub fn executable(self, executable: bool) -> Self
pub fn writable(self, writable: bool) -> Self
pub fn readable(self, readable: bool) -> Self
pub fn contains_data(self, contains_data: bool) -> Self
pub fn contains_code(self, contains_code: bool) -> Self
pub fn deny_write(self, deny_write: bool) -> Self
pub fn deny_execute(self, deny_execute: bool) -> Self
pub fn is_auto(self, is_auto: bool) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for SegmentBuilder
impl Send for SegmentBuilder
impl Sync for SegmentBuilder
impl Unpin for SegmentBuilder
impl UnwindSafe for SegmentBuilder
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