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