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