#[repr(C)]
pub union CellData {
pub exterior: *mut EXTERIOR_DATA,
pub interior: *mut INTERIOR_DATA,
}
Fields§
§exterior: *mut EXTERIOR_DATA
§interior: *mut INTERIOR_DATA
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CellData
impl RefUnwindSafe for CellData
impl !Send for CellData
impl !Sync for CellData
impl Unpin for CellData
impl UnwindSafe for CellData
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