#[repr(C)]pub struct PropertiesViewConfigT {
pub tt: *mut TheTruthO,
pub undo_stack: *mut UndoStackI,
}Fields§
§tt: *mut TheTruthO§undo_stack: *mut UndoStackITrait Implementations§
Source§impl Clone for PropertiesViewConfigT
impl Clone for PropertiesViewConfigT
Source§fn clone(&self) -> PropertiesViewConfigT
fn clone(&self) -> PropertiesViewConfigT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PropertiesViewConfigT
Auto Trait Implementations§
impl !Send for PropertiesViewConfigT
impl !Sync for PropertiesViewConfigT
impl Freeze for PropertiesViewConfigT
impl RefUnwindSafe for PropertiesViewConfigT
impl Unpin for PropertiesViewConfigT
impl UnsafeUnpin for PropertiesViewConfigT
impl UnwindSafe for PropertiesViewConfigT
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