Struct idalib_sys::hexrays::cblock_t
#[repr(C)]pub struct cblock_t {
pub _base: qlist,
}
Expand description
Compound statement (curly braces)
Fields§
§_base: qlist
Trait Implementations§
Auto Trait Implementations§
impl Freeze for cblock_t
impl RefUnwindSafe for cblock_t
impl !Send for cblock_t
impl !Sync for cblock_t
impl Unpin for cblock_t
impl UnwindSafe for cblock_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