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