Struct raylib_ffi::NPatchInfo
source · #[repr(C)]pub struct NPatchInfo {
pub source: Rectangle,
pub left: c_int,
pub top: c_int,
pub right: c_int,
pub bottom: c_int,
pub layout: c_int,
}Fields§
§source: Rectangle§left: c_int§top: c_int§right: c_int§bottom: c_int§layout: c_intTrait Implementations§
source§impl Clone for NPatchInfo
impl Clone for NPatchInfo
source§fn clone(&self) -> NPatchInfo
fn clone(&self) -> NPatchInfo
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 more