#[no_mangle]#[repr(C)]pub struct LayoutInfoPtr {
pub ptr: *mut c_void,
}
Expand description
Pointer to rust-allocated Box<LayoutInfo<'a>>
struct
Fields§
§ptr: *mut c_void
Auto Trait Implementations§
impl Freeze for LayoutInfoPtr
impl RefUnwindSafe for LayoutInfoPtr
impl !Send for LayoutInfoPtr
impl !Sync for LayoutInfoPtr
impl Unpin for LayoutInfoPtr
impl UnwindSafe for LayoutInfoPtr
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