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