#[repr(C)]pub struct DockingFindTabT {
pub tab: *mut TabI,
pub ui: *mut UiO,
}
Fields§
§tab: *mut TabI
§ui: *mut UiO
Trait Implementations§
Source§impl Clone for DockingFindTabT
impl Clone for DockingFindTabT
Source§fn clone(&self) -> DockingFindTabT
fn clone(&self) -> DockingFindTabT
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 DockingFindTabT
impl Default for DockingFindTabT
impl Copy for DockingFindTabT
Auto Trait Implementations§
impl Freeze for DockingFindTabT
impl RefUnwindSafe for DockingFindTabT
impl !Send for DockingFindTabT
impl !Sync for DockingFindTabT
impl Unpin for DockingFindTabT
impl UnwindSafe for DockingFindTabT
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