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