Struct machinery_api::plugins::editor_views::PropertiesViewConfigT [−][src]
#[repr(C)]pub struct PropertiesViewConfigT { pub tt: *mut TheTruthO, pub undo_stack: *mut UndoStackI, }
Fields
tt: *mut TheTruthOundo_stack: *mut UndoStackITrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PropertiesViewConfigT
impl !Send for PropertiesViewConfigT
impl !Sync for PropertiesViewConfigT
impl Unpin for PropertiesViewConfigT
impl UnwindSafe for PropertiesViewConfigT
Blanket Implementations
Mutably borrows from an owned value. Read more