Struct vrchatapi::models::api_config_events::ApiConfigEvents
source · pub struct ApiConfigEvents {
pub distance_close: i32,
pub distance_factor: i32,
pub distance_far: i32,
pub group_distance: i32,
pub maximum_bunch_size: i32,
pub not_visible_factor: i32,
pub player_order_bucket_size: i32,
pub player_order_factor: i32,
pub slow_update_factor_threshold: i32,
pub view_segment_length: i32,
}Fields§
§distance_close: i32Unknown
distance_factor: i32Unknown
distance_far: i32Unknown
group_distance: i32Unknown
maximum_bunch_size: i32Unknown
not_visible_factor: i32Unknown
player_order_bucket_size: i32Unknown
player_order_factor: i32Unknown
slow_update_factor_threshold: i32Unknown
view_segment_length: i32Unknown
Implementations§
Trait Implementations§
source§impl Clone for ApiConfigEvents
impl Clone for ApiConfigEvents
source§fn clone(&self) -> ApiConfigEvents
fn clone(&self) -> ApiConfigEvents
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ApiConfigEvents
impl Debug for ApiConfigEvents
source§impl Default for ApiConfigEvents
impl Default for ApiConfigEvents
source§fn default() -> ApiConfigEvents
fn default() -> ApiConfigEvents
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ApiConfigEvents
impl<'de> Deserialize<'de> for ApiConfigEvents
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ApiConfigEvents
impl PartialEq for ApiConfigEvents
source§fn eq(&self, other: &ApiConfigEvents) -> bool
fn eq(&self, other: &ApiConfigEvents) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ApiConfigEvents
impl Serialize for ApiConfigEvents
impl StructuralPartialEq for ApiConfigEvents
Auto Trait Implementations§
impl RefUnwindSafe for ApiConfigEvents
impl Send for ApiConfigEvents
impl Sync for ApiConfigEvents
impl Unpin for ApiConfigEvents
impl UnwindSafe for ApiConfigEvents
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