#[repr(C)]pub union content {
pub memref: Memref,
pub value: Value,
}Fields§
§memref: Memref§value: ValueTrait Implementations§
Auto Trait Implementations§
impl !Send for content
impl !Sync for content
impl Freeze for content
impl RefUnwindSafe for content
impl Unpin for content
impl UnsafeUnpin for content
impl UnwindSafe for content
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