#[repr(C)]pub struct tagTabLabel {
pub tl_Label: STRPTR,
pub tl_Pens: [WORD; 4],
pub tl_Attrs: *mut TagItem,
}Fields§
§tl_Label: STRPTR§tl_Pens: [WORD; 4]§tl_Attrs: *mut TagItemTrait Implementations§
Source§impl Clone for tagTabLabel
impl Clone for tagTabLabel
Source§fn clone(&self) -> tagTabLabel
fn clone(&self) -> tagTabLabel
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 tagTabLabel
Auto Trait Implementations§
impl !Send for tagTabLabel
impl !Sync for tagTabLabel
impl Freeze for tagTabLabel
impl RefUnwindSafe for tagTabLabel
impl Unpin for tagTabLabel
impl UnsafeUnpin for tagTabLabel
impl UnwindSafe for tagTabLabel
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