Enum rin::graphics::LinearGradientDirection [−][src]
pub enum LinearGradientDirection { Vertical, Horizontal, }
Variants
Trait Implementations
impl Clone for LinearGradientDirection
[src]
impl Clone for LinearGradientDirection
[src]pub fn clone(&self) -> LinearGradientDirection
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for LinearGradientDirection
[src]
Auto Trait Implementations
impl RefUnwindSafe for LinearGradientDirection
impl Send for LinearGradientDirection
impl Sync for LinearGradientDirection
impl Unpin for LinearGradientDirection
impl UnwindSafe for LinearGradientDirection
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]
impl<T> DowncastSync for T where
T: Any + Send + Sync,
[src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<T> Slottable for T where
T: Copy,
[src]
T: Copy,