#[repr(C)]pub struct str_format_reference_t {
pub scientific: c_int,
pub decimal_digits: c_int,
}Fields§
§scientific: c_int§decimal_digits: c_intTrait Implementations§
Source§impl Clone for str_format_reference_t
impl Clone for str_format_reference_t
Source§fn clone(&self) -> str_format_reference_t
fn clone(&self) -> str_format_reference_t
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 str_format_reference_t
impl Debug for str_format_reference_t
impl Copy for str_format_reference_t
Auto Trait Implementations§
impl Freeze for str_format_reference_t
impl RefUnwindSafe for str_format_reference_t
impl Send for str_format_reference_t
impl Sync for str_format_reference_t
impl Unpin for str_format_reference_t
impl UnwindSafe for str_format_reference_t
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