Struct libsm64_sys::SM64Surface [−][src]
#[repr(C)]pub struct SM64Surface {
pub type_: i16,
pub force: i16,
pub terrain: u16,
pub vertices: [[i16; 3]; 3],
}
Fields
type_: i16
force: i16
terrain: u16
vertices: [[i16; 3]; 3]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SM64Surface
impl Send for SM64Surface
impl Sync for SM64Surface
impl Unpin for SM64Surface
impl UnwindSafe for SM64Surface
Blanket Implementations
Mutably borrows from an owned value. Read more