Enum raylib::ffi::NPatchLayout [−][src]
#[repr(u32)]
pub enum NPatchLayout {
NPATCH_NINE_PATCH,
NPATCH_THREE_PATCH_VERTICAL,
NPATCH_THREE_PATCH_HORIZONTAL,
}
Variants
NPATCH_NINE_PATCH
NPATCH_THREE_PATCH_VERTICAL
NPATCH_THREE_PATCH_HORIZONTAL
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NPatchLayout
impl Send for NPatchLayout
impl Sync for NPatchLayout
impl Unpin for NPatchLayout
impl UnwindSafe for NPatchLayout
Blanket Implementations
Mutably borrows from an owned value. Read more