#[repr(C)]pub struct _PedConstraint {
pub start_align: *mut PedAlignment,
pub end_align: *mut PedAlignment,
pub start_range: *mut PedGeometry,
pub end_range: *mut PedGeometry,
pub min_size: PedSector,
pub max_size: PedSector,
}Fields§
§start_align: *mut PedAlignment§end_align: *mut PedAlignment§start_range: *mut PedGeometry§end_range: *mut PedGeometry§min_size: PedSector§max_size: PedSectorTrait Implementations§
Source§impl Clone for _PedConstraint
impl Clone for _PedConstraint
Source§fn clone(&self) -> _PedConstraint
fn clone(&self) -> _PedConstraint
Returns a duplicate of the value. Read more
1.0.0 · 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 _PedConstraint
impl Debug for _PedConstraint
impl Copy for _PedConstraint
Auto Trait Implementations§
impl Freeze for _PedConstraint
impl RefUnwindSafe for _PedConstraint
impl !Send for _PedConstraint
impl !Sync for _PedConstraint
impl Unpin for _PedConstraint
impl UnwindSafe for _PedConstraint
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