pub struct CxDrawItem {
pub redraw_id: u64,
pub kind: CxDrawKind,
pub draw_item_id: usize,
pub instances: Option<Vec<f32>>,
pub os: CxOsDrawCall,
}Fields§
§redraw_id: u64§kind: CxDrawKind§draw_item_id: usize§instances: Option<Vec<f32>>§os: CxOsDrawCallTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CxDrawItem
impl !Send for CxDrawItem
impl !Sync for CxDrawItem
impl !UnwindSafe for CxDrawItem
impl Freeze for CxDrawItem
impl Unpin for CxDrawItem
impl UnsafeUnpin for CxDrawItem
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