Struct raylib::ffi::CharInfo [−][src]
#[repr(C)]pub struct CharInfo {
pub value: i32,
pub offsetX: i32,
pub offsetY: i32,
pub advanceX: i32,
pub image: Image,
}
Fields
value: i32
offsetX: i32
offsetY: i32
advanceX: i32
image: Image
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CharInfo
impl UnwindSafe for CharInfo
Blanket Implementations
Mutably borrows from an owned value. Read more