#[repr(C)]pub struct Affine;
Trait Implementations§
Source§impl<A, B, C> ApplyTernary<A, B, C> for Affine
impl<A, B, C> ApplyTernary<A, B, C> for Affine
Source§impl<'de> Deserialize<'de> for Affine
impl<'de> Deserialize<'de> for Affine
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Affine
impl Ord for Affine
Source§impl PartialOrd for Affine
impl PartialOrd for Affine
impl Copy for Affine
impl Eq for Affine
impl StructuralPartialEq for Affine
Auto Trait Implementations§
impl Freeze for Affine
impl RefUnwindSafe for Affine
impl Send for Affine
impl Sync for Affine
impl Unpin for Affine
impl UnwindSafe for Affine
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