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