pub struct CopcWriterParams {
pub max_points_per_node: u32,
pub max_depth: u32,
}Fields§
§max_points_per_node: u32§max_depth: u32Trait Implementations§
Source§impl Clone for CopcWriterParams
impl Clone for CopcWriterParams
Source§fn clone(&self) -> CopcWriterParams
fn clone(&self) -> CopcWriterParams
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 moreSource§impl Debug for CopcWriterParams
impl Debug for CopcWriterParams
Source§impl Default for CopcWriterParams
impl Default for CopcWriterParams
impl Copy for CopcWriterParams
Auto Trait Implementations§
impl Freeze for CopcWriterParams
impl RefUnwindSafe for CopcWriterParams
impl Send for CopcWriterParams
impl Sync for CopcWriterParams
impl Unpin for CopcWriterParams
impl UnsafeUnpin for CopcWriterParams
impl UnwindSafe for CopcWriterParams
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