pub struct SpatialConfig {
pub encoder_size: String,
pub max_disparity: u32,
pub target_depth_size: u32,
}Fields§
§encoder_size: String§max_disparity: u32§target_depth_size: u32Trait Implementations§
Source§impl Clone for SpatialConfig
impl Clone for SpatialConfig
Source§fn clone(&self) -> SpatialConfig
fn clone(&self) -> SpatialConfig
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 SpatialConfig
impl Debug for SpatialConfig
Source§impl Default for SpatialConfig
impl Default for SpatialConfig
Source§impl<'de> Deserialize<'de> for SpatialConfig
impl<'de> Deserialize<'de> for SpatialConfig
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
Auto Trait Implementations§
impl Freeze for SpatialConfig
impl RefUnwindSafe for SpatialConfig
impl Send for SpatialConfig
impl Sync for SpatialConfig
impl Unpin for SpatialConfig
impl UnwindSafe for SpatialConfig
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