pub struct TabAndContent {
pub content: LuaGuiElement,
pub tab: LuaGuiElement,
}Fields§
§content: LuaGuiElement§tab: LuaGuiElementTrait Implementations§
Source§impl Clone for TabAndContent
impl Clone for TabAndContent
Source§fn clone(&self) -> TabAndContent
fn clone(&self) -> TabAndContent
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 TabAndContent
Source§impl Debug for TabAndContent
impl Debug for TabAndContent
Source§impl Default for TabAndContent
impl Default for TabAndContent
Source§fn default() -> TabAndContent
fn default() -> TabAndContent
Returns the “default value” for a type. Read more
Source§impl PartialEq for TabAndContent
impl PartialEq for TabAndContent
impl StructuralPartialEq for TabAndContent
Auto Trait Implementations§
impl Freeze for TabAndContent
impl RefUnwindSafe for TabAndContent
impl Send for TabAndContent
impl Sync for TabAndContent
impl Unpin for TabAndContent
impl UnsafeUnpin for TabAndContent
impl UnwindSafe for TabAndContent
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