pub struct CxxRcContourSet {
pub bmin: [f32; 3],
pub bmax: [f32; 3],
pub cs: f32,
pub ch: f32,
pub width: i32,
pub height: i32,
pub border_size: i32,
pub max_error: f32,
/* private fields */
}Fields§
§bmin: [f32; 3]§bmax: [f32; 3]§cs: f32§ch: f32§width: i32§height: i32§border_size: i32§max_error: f32Trait Implementations§
Source§impl Debug for CxxRcContourSet
impl Debug for CxxRcContourSet
Source§impl ExternType for CxxRcContourSet
impl ExternType for CxxRcContourSet
Auto Trait Implementations§
impl Freeze for CxxRcContourSet
impl RefUnwindSafe for CxxRcContourSet
impl !Send for CxxRcContourSet
impl !Sync for CxxRcContourSet
impl Unpin for CxxRcContourSet
impl UnwindSafe for CxxRcContourSet
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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