#[repr(C)]pub struct mpg123_string {
pub p: *mut c_char,
pub size: size_t,
pub fill: size_t,
}Fields§
§p: *mut c_char§size: size_t§fill: size_tTrait Implementations§
Source§impl Clone for mpg123_string
impl Clone for mpg123_string
Source§fn clone(&self) -> mpg123_string
fn clone(&self) -> mpg123_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 moreimpl Copy for mpg123_string
Auto Trait Implementations§
impl Freeze for mpg123_string
impl RefUnwindSafe for mpg123_string
impl !Send for mpg123_string
impl !Sync for mpg123_string
impl Unpin for mpg123_string
impl UnwindSafe for mpg123_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