pub struct RcContourSet(/* private fields */);Implementations§
Source§impl RcContourSet
impl RcContourSet
pub fn new() -> RcContourSet
pub fn as_ptr(&self) -> *const CxxRcContourSet
pub fn as_mut_ptr(&mut self) -> *mut CxxRcContourSet
pub fn conts(&self) -> &[RcContour]
pub fn conts_mut(&mut self) -> &mut [RcContour]
pub fn nconts(&self) -> usize
Trait Implementations§
Source§impl Debug for RcContourSet
impl Debug for RcContourSet
Source§impl Deref for RcContourSet
impl Deref for RcContourSet
Source§impl DerefMut for RcContourSet
impl DerefMut for RcContourSet
Auto Trait Implementations§
impl Freeze for RcContourSet
impl RefUnwindSafe for RcContourSet
impl !Send for RcContourSet
impl !Sync for RcContourSet
impl Unpin for RcContourSet
impl UnwindSafe for RcContourSet
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