#[repr(C)]pub struct GizmoGridSettingsT {
pub visible: bool,
pub _padding_85: [c_char; 3],
pub transform: TransformT,
}
Fields§
§visible: bool
§_padding_85: [c_char; 3]
§transform: TransformT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GizmoGridSettingsT
impl RefUnwindSafe for GizmoGridSettingsT
impl Send for GizmoGridSettingsT
impl Sync for GizmoGridSettingsT
impl Unpin for GizmoGridSettingsT
impl UnwindSafe for GizmoGridSettingsT
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