#[repr(i32)]pub enum RibbonType {
Billboard = 0,
Planar = 1,
Cylinder = 2,
Star = 3,
}Expand description
Ribbon cross-section type (maps to b_iRibbonType in Ribbon.fx)
Variants§
Billboard = 0
Camera-facing ribbon strip
Planar = 1
Flat/planar ribbon strip
Cylinder = 2
Cylindrical cross-section
Star = 3
Star-shaped cross-section
Trait Implementations§
Source§impl Clone for RibbonType
impl Clone for RibbonType
Source§fn clone(&self) -> RibbonType
fn clone(&self) -> RibbonType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RibbonType
Source§impl Debug for RibbonType
impl Debug for RibbonType
impl Eq for RibbonType
Source§impl Hash for RibbonType
impl Hash for RibbonType
Source§impl PartialEq for RibbonType
impl PartialEq for RibbonType
impl StructuralPartialEq for RibbonType
Auto Trait Implementations§
impl Freeze for RibbonType
impl RefUnwindSafe for RibbonType
impl Send for RibbonType
impl Sync for RibbonType
impl Unpin for RibbonType
impl UnsafeUnpin for RibbonType
impl UnwindSafe for RibbonType
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