pub struct SpatialStreamerConfig {
pub abs_interval: u32,
pub enable_prediction: bool,
pub max_prediction_frames: u8,
}Fields§
§abs_interval: u32§enable_prediction: bool§max_prediction_frames: u8Trait Implementations§
Source§impl Clone for SpatialStreamerConfig
impl Clone for SpatialStreamerConfig
Source§fn clone(&self) -> SpatialStreamerConfig
fn clone(&self) -> SpatialStreamerConfig
Returns a duplicate 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 SpatialStreamerConfig
impl Debug for SpatialStreamerConfig
Auto Trait Implementations§
impl Freeze for SpatialStreamerConfig
impl RefUnwindSafe for SpatialStreamerConfig
impl Send for SpatialStreamerConfig
impl Sync for SpatialStreamerConfig
impl Unpin for SpatialStreamerConfig
impl UnwindSafe for SpatialStreamerConfig
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