pub struct DrawIndexed {
pub pass: u32,
pub indices: u32,
pub instances: u32,
pub first_index: u32,
pub base_vertex: i32,
pub first_instance: u32,
}Fields§
§pass: u32§indices: u32§instances: u32§first_index: u32§base_vertex: i32§first_instance: u32Trait Implementations§
Source§impl Debug for DrawIndexed
impl Debug for DrawIndexed
Source§impl<'de> Deserialize<'de> for DrawIndexed
impl<'de> Deserialize<'de> for DrawIndexed
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<DrawIndexed, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<DrawIndexed, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for DrawIndexed
impl Serialize for DrawIndexed
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for DrawIndexed
impl RefUnwindSafe for DrawIndexed
impl Send for DrawIndexed
impl Sync for DrawIndexed
impl Unpin for DrawIndexed
impl UnsafeUnpin for DrawIndexed
impl UnwindSafe for DrawIndexed
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more