pub enum inkBrushTileType {
NoTile = 0,
Horizontal = 1,
Vertical = 2,
Both = 3,
}Variants§
Trait Implementations§
Source§impl Clone for inkBrushTileType
impl Clone for inkBrushTileType
Source§fn clone(&self) -> inkBrushTileType
fn clone(&self) -> inkBrushTileType
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 inkBrushTileType
impl Debug for inkBrushTileType
Source§impl Default for inkBrushTileType
impl Default for inkBrushTileType
Source§fn default() -> inkBrushTileType
fn default() -> inkBrushTileType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for inkBrushTileType
impl<'de> Deserialize<'de> for inkBrushTileType
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 inkBrushTileType
impl Ord for inkBrushTileType
Source§fn cmp(&self, other: &inkBrushTileType) -> Ordering
fn cmp(&self, other: &inkBrushTileType) -> 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 inkBrushTileType
impl PartialEq for inkBrushTileType
Source§impl PartialOrd for inkBrushTileType
impl PartialOrd for inkBrushTileType
Source§impl Serialize for inkBrushTileType
impl Serialize for inkBrushTileType
impl Copy for inkBrushTileType
impl Eq for inkBrushTileType
impl StructuralPartialEq for inkBrushTileType
Auto Trait Implementations§
impl Freeze for inkBrushTileType
impl RefUnwindSafe for inkBrushTileType
impl Send for inkBrushTileType
impl Sync for inkBrushTileType
impl Unpin for inkBrushTileType
impl UnwindSafe for inkBrushTileType
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