pub struct TempEntitiesData {
pub reliable: Option<u64>,
pub num_entries: Option<u64>,
pub entity_data: Option<Vec<u8>>,
}
Fields§
§reliable: Option<u64>
§num_entries: Option<u64>
§entity_data: Option<Vec<u8>>
Implementations§
Source§impl TempEntitiesData
impl TempEntitiesData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for TempEntitiesData
impl Clone for TempEntitiesData
Source§fn clone(&self) -> TempEntitiesData
fn clone(&self) -> TempEntitiesData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for TempEntitiesData
impl RefUnwindSafe for TempEntitiesData
impl Send for TempEntitiesData
impl Sync for TempEntitiesData
impl Unpin for TempEntitiesData
impl UnwindSafe for TempEntitiesData
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