#[repr(C)]pub struct SUpdateOverlayTextureDrawerDebugCommand {
pub overlayTextureId: c_int,
pub texData: *const f32,
pub x: c_int,
pub y: c_int,
pub w: c_int,
pub h: c_int,
}
Fields§
§overlayTextureId: c_int
§texData: *const f32
§x: c_int
§y: c_int
§w: c_int
§h: c_int
Trait Implementations§
Source§impl Clone for SUpdateOverlayTextureDrawerDebugCommand
impl Clone for SUpdateOverlayTextureDrawerDebugCommand
Source§fn clone(&self) -> SUpdateOverlayTextureDrawerDebugCommand
fn clone(&self) -> SUpdateOverlayTextureDrawerDebugCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for SUpdateOverlayTextureDrawerDebugCommand
Auto Trait Implementations§
impl Freeze for SUpdateOverlayTextureDrawerDebugCommand
impl RefUnwindSafe for SUpdateOverlayTextureDrawerDebugCommand
impl !Send for SUpdateOverlayTextureDrawerDebugCommand
impl !Sync for SUpdateOverlayTextureDrawerDebugCommand
impl Unpin for SUpdateOverlayTextureDrawerDebugCommand
impl UnwindSafe for SUpdateOverlayTextureDrawerDebugCommand
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