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