#[repr(C)]pub struct RichTextTagAttribute {
pub name_hash_code: i32,
pub value_hash_code: i32,
pub value_type: TagValueType,
pub value_start_index: i32,
pub value_length: i32,
pub unit_type: TagUnitType,
}Expand description
Fields§
§name_hash_code: i32§value_hash_code: i32§value_type: TagValueType§value_start_index: i32§value_length: i32§unit_type: TagUnitTypeTrait Implementations§
Source§impl ClassIdentity for RichTextTagAttribute
impl ClassIdentity for RichTextTagAttribute
Source§impl Clone for RichTextTagAttribute
impl Clone for RichTextTagAttribute
Source§fn clone(&self) -> RichTextTagAttribute
fn clone(&self) -> RichTextTagAttribute
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RichTextTagAttribute
Auto Trait Implementations§
impl Freeze for RichTextTagAttribute
impl RefUnwindSafe for RichTextTagAttribute
impl Send for RichTextTagAttribute
impl Sync for RichTextTagAttribute
impl Unpin for RichTextTagAttribute
impl UnwindSafe for RichTextTagAttribute
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)