UserDef_Experimental

Struct UserDef_Experimental 

Source
#[repr(C, packed(4))]
pub struct UserDef_Experimental {
Show 16 fields pub use_undo_legacy: i8, pub no_override_auto_resync: i8, pub use_cycles_debug: i8, pub show_asset_debug_info: i8, pub no_asset_indexing: i8, pub SANITIZE_AFTER_HERE: i8, pub use_new_curves_type: i8, pub use_new_point_cloud_type: i8, pub use_full_frame_compositor: i8, pub use_sculpt_tools_tilt: i8, pub use_extended_asset_browser: i8, pub use_override_templates: i8, pub enable_eevee_next: i8, pub use_sculpt_texture_paint: i8, pub use_draw_manager_acquire_lock: i8, pub _pad0: [i8; 1],
}

Fields§

§use_undo_legacy: i8§no_override_auto_resync: i8§use_cycles_debug: i8§show_asset_debug_info: i8§no_asset_indexing: i8§SANITIZE_AFTER_HERE: i8§use_new_curves_type: i8§use_new_point_cloud_type: i8§use_full_frame_compositor: i8§use_sculpt_tools_tilt: i8§use_extended_asset_browser: i8§use_override_templates: i8§enable_eevee_next: i8§use_sculpt_texture_paint: i8§use_draw_manager_acquire_lock: i8§_pad0: [i8; 1]

Trait Implementations§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.