#[repr(C)]pub struct Vox {
pub header: GcHeader,
pub value: Object,
}Expand description
Vox
Fields§
§header: GcHeader§value: ObjectImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Vox
impl RefUnwindSafe for Vox
impl !Send for Vox
impl !Sync for Vox
impl Unpin for Vox
impl UnwindSafe for Vox
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