#[repr(C)]pub struct LocalizerStringsT {
pub num_strings: u32,
pub stride_bytes: u32,
pub strings: *const *const c_char,
}Fields§
§num_strings: u32§stride_bytes: u32§strings: *const *const c_charTrait Implementations§
Source§impl Clone for LocalizerStringsT
impl Clone for LocalizerStringsT
Source§fn clone(&self) -> LocalizerStringsT
fn clone(&self) -> LocalizerStringsT
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 Default for LocalizerStringsT
impl Default for LocalizerStringsT
impl Copy for LocalizerStringsT
Auto Trait Implementations§
impl Freeze for LocalizerStringsT
impl RefUnwindSafe for LocalizerStringsT
impl !Send for LocalizerStringsT
impl !Sync for LocalizerStringsT
impl Unpin for LocalizerStringsT
impl UnwindSafe for LocalizerStringsT
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