#[repr(C)]pub struct unit_name_string {
pub singular: *mut c_char,
pub plural: *mut c_char,
}Fields§
§singular: *mut c_char§plural: *mut c_charTrait Implementations§
Source§impl Clone for unit_name_string
impl Clone for unit_name_string
Source§fn clone(&self) -> unit_name_string
fn clone(&self) -> unit_name_string
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 unit_name_string
impl Debug for unit_name_string
impl Copy for unit_name_string
Auto Trait Implementations§
impl Freeze for unit_name_string
impl RefUnwindSafe for unit_name_string
impl !Send for unit_name_string
impl !Sync for unit_name_string
impl Unpin for unit_name_string
impl UnwindSafe for unit_name_string
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