#[repr(C)]pub struct GizmoScaleSettingsT {
pub absolute_handle: bool,
pub disable_selection: bool,
pub snap: bool,
pub _padding_74: [c_char; 1],
pub snap_increment: f32,
}
Fields§
§absolute_handle: bool
§disable_selection: bool
§snap: bool
§_padding_74: [c_char; 1]
§snap_increment: f32
Trait Implementations§
Source§impl Clone for GizmoScaleSettingsT
impl Clone for GizmoScaleSettingsT
Source§fn clone(&self) -> GizmoScaleSettingsT
fn clone(&self) -> GizmoScaleSettingsT
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 moreSource§impl Default for GizmoScaleSettingsT
impl Default for GizmoScaleSettingsT
Source§fn default() -> GizmoScaleSettingsT
fn default() -> GizmoScaleSettingsT
Returns the “default value” for a type. Read more
impl Copy for GizmoScaleSettingsT
Auto Trait Implementations§
impl Freeze for GizmoScaleSettingsT
impl RefUnwindSafe for GizmoScaleSettingsT
impl Send for GizmoScaleSettingsT
impl Sync for GizmoScaleSettingsT
impl Unpin for GizmoScaleSettingsT
impl UnwindSafe for GizmoScaleSettingsT
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