Struct binaryninja::section::SectionBuilder
source · pub struct SectionBuilder<S: BnStrCompatible> { /* private fields */ }
Implementations§
source§impl<S: BnStrCompatible> SectionBuilder<S>
impl<S: BnStrCompatible> SectionBuilder<S>
pub fn new(name: S, range: Range<u64>) -> Self
pub fn semantics(self, semantics: Semantics) -> Self
pub fn section_type(self, ty: S) -> Self
pub fn align(self, align: u64) -> Self
pub fn entry_size(self, entry_size: u64) -> Self
pub fn linked_section(self, linked_section: S) -> Self
pub fn info_section(self, info_section: S) -> Self
pub fn info_data(self, info_data: u64) -> Self
pub fn is_auto(self, is_auto: bool) -> Self
Auto Trait Implementations§
impl<S> RefUnwindSafe for SectionBuilder<S>where
S: RefUnwindSafe,
impl<S> Send for SectionBuilder<S>where
S: Send,
impl<S> Sync for SectionBuilder<S>where
S: Sync,
impl<S> Unpin for SectionBuilder<S>where
S: Unpin,
impl<S> UnwindSafe for SectionBuilder<S>where
S: UnwindSafe,
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