pub struct AnyValueMut {
pub data_ptr: *mut u8,
pub size: usize,
pub type_hash: u32,
}Fields§
§data_ptr: *mut u8§size: usize§type_hash: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for AnyValueMut
impl RefUnwindSafe for AnyValueMut
impl !Send for AnyValueMut
impl !Sync for AnyValueMut
impl Unpin for AnyValueMut
impl UnwindSafe for AnyValueMut
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