pub enum B2bendingModel {
B2SpringAngleBendingModel = 0,
B2PbdAngleBendingModel = 1,
B2XpbdAngleBendingModel = 2,
B2PbdDistanceBendingModel = 3,
B2PbdHeightBendingModel = 4,
B2PbdTriangleBendingModel = 5,
}Variants§
B2SpringAngleBendingModel = 0
B2PbdAngleBendingModel = 1
B2XpbdAngleBendingModel = 2
B2PbdDistanceBendingModel = 3
B2PbdHeightBendingModel = 4
B2PbdTriangleBendingModel = 5
Trait Implementations§
Source§impl Clone for B2bendingModel
impl Clone for B2bendingModel
Source§fn clone(&self) -> B2bendingModel
fn clone(&self) -> B2bendingModel
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 PartialEq for B2bendingModel
impl PartialEq for B2bendingModel
Source§fn eq(&self, other: &B2bendingModel) -> bool
fn eq(&self, other: &B2bendingModel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for B2bendingModel
impl StructuralPartialEq for B2bendingModel
Auto Trait Implementations§
impl Freeze for B2bendingModel
impl RefUnwindSafe for B2bendingModel
impl Send for B2bendingModel
impl Sync for B2bendingModel
impl Unpin for B2bendingModel
impl UnsafeUnpin for B2bendingModel
impl UnwindSafe for B2bendingModel
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