#[repr(C, packed(1))]pub struct ScTimeFilterParams {
pub threshold: i32,
pub enable: bool,
}Fields§
§threshold: i32!< Range in [1, 6],The larger the value is, the more obvious the filtering effect is and The smaller the point cloud wobble.
enable: bool!< Whether to enable time filter.
Trait Implementations§
Source§impl Clone for ScTimeFilterParams
impl Clone for ScTimeFilterParams
Source§fn clone(&self) -> ScTimeFilterParams
fn clone(&self) -> ScTimeFilterParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ScTimeFilterParams
Source§impl Debug for ScTimeFilterParams
impl Debug for ScTimeFilterParams
Source§impl Default for ScTimeFilterParams
impl Default for ScTimeFilterParams
Source§fn default() -> ScTimeFilterParams
fn default() -> ScTimeFilterParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScTimeFilterParams
impl RefUnwindSafe for ScTimeFilterParams
impl Send for ScTimeFilterParams
impl Sync for ScTimeFilterParams
impl Unpin for ScTimeFilterParams
impl UnsafeUnpin for ScTimeFilterParams
impl UnwindSafe for ScTimeFilterParams
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