[][src]Struct gc_image::Banner

pub struct Banner {
    pub magic_word: [u8; 4],
    pub graphical_data: [u8; 6144],
    pub game_name: String,
    pub developer: String,
    pub full_game_title: String,
    pub full_developer_name: String,
    pub description: String,
}

Fields

magic_word: [u8; 4]graphical_data: [u8; 6144]game_name: Stringdeveloper: Stringfull_game_title: Stringfull_developer_name: Stringdescription: String

Auto Trait Implementations

impl RefUnwindSafe for Banner

impl Send for Banner

impl Sync for Banner

impl Unpin for Banner

impl UnwindSafe for Banner

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.