Struct cblock_t
pub struct cblock_t { /* private fields */ }Expand description
Compound statement (curly braces)
Implementations§
Trait Implementations§
§impl ExternType for cblock_t
impl ExternType for cblock_t
§impl MakeCppStorage for cblock_t
impl MakeCppStorage for cblock_t
§unsafe fn allocate_uninitialized_cpp_storage() -> *mut cblock_t
unsafe fn allocate_uninitialized_cpp_storage() -> *mut cblock_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 cblock_t)
unsafe fn free_uninitialized_cpp_storage(arg0: *mut cblock_t)
Frees a C++ allocation which has not yet
had a constructor called. Read more
impl UniquePtrTarget for cblock_t
impl WeakPtrTarget for cblock_t
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 UnsafeUnpin 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