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