pub enum LookatCount {
N1 = 1,
N2 = 2,
}Expand description
How many macro packets the current macro actually refers to.
Variants§
N1 = 1
This macro does not correspond to a complete gsSPLookAt, but instead
is a singular use of either gsSPLookAtX or gsSPLookAtY.
N2 = 2
This macro is a complete gsSPLookAt macro.
Trait Implementations§
Source§impl Clone for LookatCount
impl Clone for LookatCount
Source§fn clone(&self) -> LookatCount
fn clone(&self) -> LookatCount
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LookatCount
impl Debug for LookatCount
Source§impl Hash for LookatCount
impl Hash for LookatCount
Source§impl Ord for LookatCount
impl Ord for LookatCount
Source§fn cmp(&self, other: &LookatCount) -> Ordering
fn cmp(&self, other: &LookatCount) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LookatCount
impl PartialEq for LookatCount
Source§impl PartialOrd for LookatCount
impl PartialOrd for LookatCount
impl Copy for LookatCount
impl Eq for LookatCount
impl StructuralPartialEq for LookatCount
Auto Trait Implementations§
impl Freeze for LookatCount
impl RefUnwindSafe for LookatCount
impl Send for LookatCount
impl Sync for LookatCount
impl Unpin for LookatCount
impl UnwindSafe for LookatCount
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