#[repr(C)]pub struct CbfImeTextSpanList {
pub items: *const CbfImeTextSpan,
pub len: u32,
}Fields§
§items: *const CbfImeTextSpan§len: u32Trait Implementations§
Source§impl Clone for CbfImeTextSpanList
impl Clone for CbfImeTextSpanList
Source§fn clone(&self) -> CbfImeTextSpanList
fn clone(&self) -> CbfImeTextSpanList
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 Debug for CbfImeTextSpanList
impl Debug for CbfImeTextSpanList
Source§impl Default for CbfImeTextSpanList
impl Default for CbfImeTextSpanList
Source§fn default() -> CbfImeTextSpanList
fn default() -> CbfImeTextSpanList
Returns the “default value” for a type. Read more
impl Copy for CbfImeTextSpanList
Auto Trait Implementations§
impl Freeze for CbfImeTextSpanList
impl RefUnwindSafe for CbfImeTextSpanList
impl !Send for CbfImeTextSpanList
impl !Sync for CbfImeTextSpanList
impl Unpin for CbfImeTextSpanList
impl UnsafeUnpin for CbfImeTextSpanList
impl UnwindSafe for CbfImeTextSpanList
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