#[repr(transparent)]pub struct BasisType(_);
Expand description
[docs.microsoft.com] D3DBASISTYPE
Defines the basis type of a high-order patch surface.
Implementations
sourceimpl Basis
impl Basis
sourcepub const fn from_unchecked(d3d: D3DBASISTYPE) -> Self
pub const fn from_unchecked(d3d: D3DBASISTYPE) -> Self
Convert from an underlying [winapi] D3D...
type.
This is probably safe… probably…
sourcepub const fn into_inner(self) -> D3DBASISTYPE
pub const fn into_inner(self) -> D3DBASISTYPE
Convert back into an underlying [winapi] D3D...
type.
Trait Implementations
sourceimpl Ord for BasisType
impl Ord for BasisType
sourceimpl PartialOrd<BasisType> for BasisType
impl PartialOrd<BasisType> for BasisType
sourcefn partial_cmp(&self, other: &BasisType) -> Option<Ordering>
fn partial_cmp(&self, other: &BasisType) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Copy for BasisType
impl Eq for BasisType
impl Pod for BasisType
impl StructuralEq for BasisType
impl StructuralPartialEq for BasisType
Auto Trait Implementations
impl RefUnwindSafe for BasisType
impl Send for BasisType
impl Sync for BasisType
impl Unpin for BasisType
impl UnwindSafe for BasisType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more