Enum raylib_ffi::enums::NPatchLayout
source · #[repr(C)]
pub enum NPatchLayout {
NPATCHNINEPATCH,
NPATCHTHREEPATCHVERTICAL,
NPATCHTHREEPATCHHORIZONTAL,
}Expand description
N-patch layout
Variants§
NPATCHNINEPATCH
Npatch layout: 3x3 tiles
NPATCHTHREEPATCHVERTICAL
Npatch layout: 1x3 tiles
NPATCHTHREEPATCHHORIZONTAL
Npatch layout: 3x1 tiles
Trait Implementations§
source§impl Clone for NPatchLayout
impl Clone for NPatchLayout
source§fn clone(&self) -> NPatchLayout
fn clone(&self) -> NPatchLayout
Returns a copy 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 NPatchLayout
impl Debug for NPatchLayout
source§impl Hash for NPatchLayout
impl Hash for NPatchLayout
source§impl PartialEq<NPatchLayout> for NPatchLayout
impl PartialEq<NPatchLayout> for NPatchLayout
source§fn eq(&self, other: &NPatchLayout) -> bool
fn eq(&self, other: &NPatchLayout) -> bool
This method tests for
self and other values to be equal, and is used
by ==.