pub enum B2contactFeatureType {
EVertex = 0,
EFace = 1,
}Variants§
Auto Trait Implementations§
impl Freeze for B2contactFeatureType
impl RefUnwindSafe for B2contactFeatureType
impl Send for B2contactFeatureType
impl Sync for B2contactFeatureType
impl Unpin for B2contactFeatureType
impl UnsafeUnpin for B2contactFeatureType
impl UnwindSafe for B2contactFeatureType
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