Struct idalib_sys::func::qbasic_block_t
#[repr(C, align(8))]pub struct qbasic_block_t { /* private fields */ }
Expand description
Information about a basic block of a \ref qflow_chart_t
Trait Implementations§
§impl AsRef<range_t> for qbasic_block_t
impl AsRef<range_t> for qbasic_block_t
§fn as_ref(self: &qbasic_block_t) -> &range_t
fn as_ref(self: &qbasic_block_t) -> &range_t
Converts this type into a shared reference of the (usually inferred) input type.
§impl Drop for qbasic_block_t
impl Drop for qbasic_block_t
§fn drop(self: &mut qbasic_block_t)
fn drop(self: &mut qbasic_block_t)
Synthesized destructor.
§impl ExternType for qbasic_block_t
impl ExternType for qbasic_block_t
§impl MakeCppStorage for qbasic_block_t
impl MakeCppStorage for qbasic_block_t
§unsafe fn allocate_uninitialized_cpp_storage() -> *mut qbasic_block_t
unsafe fn allocate_uninitialized_cpp_storage() -> *mut qbasic_block_t
Allocates heap space for this type in C++ and return a pointer
to that space, but do not initialize that space (i.e. do not
yet call a constructor). Read more
§unsafe fn free_uninitialized_cpp_storage(arg0: *mut qbasic_block_t)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut qbasic_block_t)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for qbasic_block_t
impl WeakPtrTarget for qbasic_block_t
Auto Trait Implementations§
impl !Freeze for qbasic_block_t
impl !RefUnwindSafe for qbasic_block_t
impl !Send for qbasic_block_t
impl !Sync for qbasic_block_t
impl !Unpin for qbasic_block_t
impl UnwindSafe for qbasic_block_t
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