#[repr(C)]pub struct BNLineFormatterSettings {
pub highLevelIL: *mut BNHighLevelILFunction,
pub desiredLineLength: usize,
pub minimumContentLength: usize,
pub tabWidth: usize,
pub languageName: *mut c_char,
pub commentStartString: *mut c_char,
pub commentEndString: *mut c_char,
pub annotationStartString: *mut c_char,
pub annotationEndString: *mut c_char,
}
Fields§
§highLevelIL: *mut BNHighLevelILFunction
§desiredLineLength: usize
§minimumContentLength: usize
§tabWidth: usize
§languageName: *mut c_char
§commentStartString: *mut c_char
§commentEndString: *mut c_char
§annotationStartString: *mut c_char
§annotationEndString: *mut c_char
Trait Implementations§
source§impl Clone for BNLineFormatterSettings
impl Clone for BNLineFormatterSettings
source§fn clone(&self) -> BNLineFormatterSettings
fn clone(&self) -> BNLineFormatterSettings
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BNLineFormatterSettings
impl Debug for BNLineFormatterSettings
source§impl Default for BNLineFormatterSettings
impl Default for BNLineFormatterSettings
impl Copy for BNLineFormatterSettings
Auto Trait Implementations§
impl Freeze for BNLineFormatterSettings
impl RefUnwindSafe for BNLineFormatterSettings
impl !Send for BNLineFormatterSettings
impl !Sync for BNLineFormatterSettings
impl Unpin for BNLineFormatterSettings
impl UnwindSafe for BNLineFormatterSettings
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)