[][src]Struct tm_rs::ffi::tm_pass_render_target_t

#[repr(C)]pub struct tm_pass_render_target_t {
    pub name: u64,
    pub load_op: u8,
    pub store_op: u8,
    pub create: bool,
    pub _padding_30: [i8; 5],
    pub inherits: u64,
    pub scale: [f32; 3],
    pub _padding_35: [i8; 4],
    pub __bindgen_anon_1: tm_pass_render_target_t__bindgen_ty_1,
}

Fields

name: u64load_op: u8store_op: u8create: bool_padding_30: [i8; 5]inherits: u64scale: [f32; 3]_padding_35: [i8; 4]__bindgen_anon_1: tm_pass_render_target_t__bindgen_ty_1

Trait Implementations

impl Clone for tm_pass_render_target_t[src]

impl Copy for tm_pass_render_target_t[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Any for T where
    T: Any
[src]

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

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

impl<T> CloneAny for T where
    T: Clone + Any
[src]

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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.