pub struct SetViewData {
pub entity_index: Option<u64>,
}
Fields§
§entity_index: Option<u64>
Implementations§
Source§impl SetViewData
impl SetViewData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for SetViewData
impl Clone for SetViewData
Source§fn clone(&self) -> SetViewData
fn clone(&self) -> SetViewData
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 SetViewData
impl RefUnwindSafe for SetViewData
impl Send for SetViewData
impl Sync for SetViewData
impl Unpin for SetViewData
impl UnwindSafe for SetViewData
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