#[repr(C)]pub struct SSetPositionOverlayTextureDrawerDebugCommand {
pub overlayTextureId: c_int,
pub x: f32,
pub y: f32,
}
Fields§
§overlayTextureId: c_int
§x: f32
§y: f32
Trait Implementations§
Source§impl Clone for SSetPositionOverlayTextureDrawerDebugCommand
impl Clone for SSetPositionOverlayTextureDrawerDebugCommand
Source§fn clone(&self) -> SSetPositionOverlayTextureDrawerDebugCommand
fn clone(&self) -> SSetPositionOverlayTextureDrawerDebugCommand
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 SSetPositionOverlayTextureDrawerDebugCommand
Auto Trait Implementations§
impl Freeze for SSetPositionOverlayTextureDrawerDebugCommand
impl RefUnwindSafe for SSetPositionOverlayTextureDrawerDebugCommand
impl Send for SSetPositionOverlayTextureDrawerDebugCommand
impl Sync for SSetPositionOverlayTextureDrawerDebugCommand
impl Unpin for SSetPositionOverlayTextureDrawerDebugCommand
impl UnwindSafe for SSetPositionOverlayTextureDrawerDebugCommand
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