#[repr(C)]pub struct mpd_spec_t {
pub min_width: mpd_ssize_t,
pub prec: mpd_ssize_t,
pub type_: c_char,
pub align: c_char,
pub sign: c_char,
pub sign_coerce: c_char,
pub fill: [c_char; 5],
pub dot: *const c_char,
pub sep: *const c_char,
pub grouping: *const c_char,
}Fields§
§min_width: mpd_ssize_t§prec: mpd_ssize_t§type_: c_char§align: c_char§sign: c_char§sign_coerce: c_char§fill: [c_char; 5]§dot: *const c_char§sep: *const c_char§grouping: *const c_charTrait Implementations§
Source§impl Clone for mpd_spec_t
impl Clone for mpd_spec_t
Source§fn clone(&self) -> mpd_spec_t
fn clone(&self) -> mpd_spec_t
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 mpd_spec_t
impl Debug for mpd_spec_t
impl Copy for mpd_spec_t
Auto Trait Implementations§
impl Freeze for mpd_spec_t
impl RefUnwindSafe for mpd_spec_t
impl !Send for mpd_spec_t
impl !Sync for mpd_spec_t
impl Unpin for mpd_spec_t
impl UnsafeUnpin for mpd_spec_t
impl UnwindSafe for mpd_spec_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