#[repr(C)]pub struct BNDemanglerConfig {
pub platform: *mut BNPlatform,
pub view: *mut BNBinaryView,
pub simplifyTemplates: bool,
}Fields§
§platform: *mut BNPlatform§view: *mut BNBinaryView§simplifyTemplates: boolTrait Implementations§
Source§impl Clone for BNDemanglerConfig
impl Clone for BNDemanglerConfig
Source§fn clone(&self) -> BNDemanglerConfig
fn clone(&self) -> BNDemanglerConfig
Returns a duplicate 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 BNDemanglerConfig
impl Debug for BNDemanglerConfig
Source§impl Default for BNDemanglerConfig
impl Default for BNDemanglerConfig
impl Copy for BNDemanglerConfig
Auto Trait Implementations§
impl Freeze for BNDemanglerConfig
impl RefUnwindSafe for BNDemanglerConfig
impl !Send for BNDemanglerConfig
impl !Sync for BNDemanglerConfig
impl Unpin for BNDemanglerConfig
impl UnwindSafe for BNDemanglerConfig
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