pub struct PegRoundDirection;Expand description
PegRoundDirection (838).
Implementations§
Source§impl PegRoundDirection
impl PegRoundDirection
pub const MOREAGGRESSIVE: i64 = 1
pub const MOREPASSIVE: i64 = 2
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PegRoundDirection
impl RefUnwindSafe for PegRoundDirection
impl Send for PegRoundDirection
impl Sync for PegRoundDirection
impl Unpin for PegRoundDirection
impl UnsafeUnpin for PegRoundDirection
impl UnwindSafe for PegRoundDirection
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