[−][src]Struct dezoomify_rs::Vec2d
Fields
x: u32y: u32Implementations
impl Vec2d[src]
pub fn square(size: u32) -> Vec2d[src]
pub fn max<T: Into<Vec2d>>(self, other: T) -> Vec2d[src]
pub fn min<T: Into<Vec2d>>(self, other: T) -> Vec2d[src]
pub fn ceil_div<T: Into<Vec2d>>(self, other: T) -> Vec2d[src]
pub fn area(self) -> u64[src]
pub fn fits_inside(self, other: Vec2d) -> bool[src]
Trait Implementations
impl Add<Vec2d> for Vec2d[src]
type Output = Vec2d
The resulting type after applying the + operator.
pub fn add(self, rhs: Vec2d) -> Self::Output[src]
impl Clone for Vec2d[src]
impl Copy for Vec2d[src]
impl Debug for Vec2d[src]
impl Default for Vec2d[src]
impl Display for Vec2d[src]
impl Div<Vec2d> for Vec2d[src]
type Output = Vec2d
The resulting type after applying the / operator.
pub fn div(self, rhs: Vec2d) -> Self::Output[src]
impl Div<u32> for Vec2d[src]
type Output = Vec2d
The resulting type after applying the / operator.
pub fn div(self, rhs: u32) -> Self::Output[src]
impl Eq for Vec2d[src]
impl From<(u32, u32)> for Vec2d[src]
impl From<u32> for Vec2d[src]
impl Hash for Vec2d[src]
pub fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Mul<Vec2d> for Vec2d[src]
type Output = Vec2d
The resulting type after applying the * operator.
pub fn mul(self, rhs: Vec2d) -> Self::Output[src]
impl Mul<u32> for Vec2d[src]
type Output = Vec2d
The resulting type after applying the * operator.
pub fn mul(self, rhs: u32) -> Self::Output[src]
impl PartialEq<Vec2d> for Vec2d[src]
impl StructuralEq for Vec2d[src]
impl StructuralPartialEq for Vec2d[src]
impl Sub<Vec2d> for Vec2d[src]
Auto Trait Implementations
impl RefUnwindSafe for Vec2d[src]
impl Send for Vec2d[src]
impl Sync for Vec2d[src]
impl Unpin for Vec2d[src]
impl UnwindSafe for Vec2d[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Pointable for T
pub const ALIGN: usize
type Init = T
The type for initializers.
pub unsafe fn init(init: <T as Pointable>::Init) -> usize
pub unsafe fn deref<'a>(ptr: usize) -> &'a T
pub unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T
pub unsafe fn drop(ptr: usize)
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,