#[repr(C)]pub struct LocaleString {
pub _base: RefCounted,
pub chars_: *const i8,
}
Fields§
§_base: RefCounted
§chars_: *const i8
Trait Implementations§
Source§impl Debug for LocaleString
impl Debug for LocaleString
Source§impl PartialEq for LocaleString
impl PartialEq for LocaleString
impl StructuralPartialEq for LocaleString
Auto Trait Implementations§
impl Freeze for LocaleString
impl RefUnwindSafe for LocaleString
impl !Send for LocaleString
impl !Sync for LocaleString
impl Unpin for LocaleString
impl UnwindSafe for LocaleString
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
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more