#[repr(C)]pub struct BNFunctionViewType {
pub type_: BNFunctionGraphType,
pub name: *const c_char,
}
Fields§
§type_: BNFunctionGraphType
§name: *const c_char
Only used for HighLevelLanguageRepresentationFunctionGraph
Trait Implementations§
source§impl Clone for BNFunctionViewType
impl Clone for BNFunctionViewType
source§fn clone(&self) -> BNFunctionViewType
fn clone(&self) -> BNFunctionViewType
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 BNFunctionViewType
impl Debug for BNFunctionViewType
source§impl Default for BNFunctionViewType
impl Default for BNFunctionViewType
impl Copy for BNFunctionViewType
Auto Trait Implementations§
impl Freeze for BNFunctionViewType
impl RefUnwindSafe for BNFunctionViewType
impl !Send for BNFunctionViewType
impl !Sync for BNFunctionViewType
impl Unpin for BNFunctionViewType
impl UnwindSafe for BNFunctionViewType
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
)