pub struct BoxMdat {
pub data: Vec<u8>,
}Fields§
§data: Vec<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxMdat
impl RefUnwindSafe for BoxMdat
impl Send for BoxMdat
impl Sync for BoxMdat
impl Unpin for BoxMdat
impl UnwindSafe for BoxMdat
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