#[repr(C)]pub struct dm_str_list {
pub list: dm_list,
pub str: *const c_char,
}
Fields§
§list: dm_list
§str: *const c_char
Trait Implementations§
Source§impl Clone for dm_str_list
impl Clone for dm_str_list
Source§fn clone(&self) -> dm_str_list
fn clone(&self) -> dm_str_list
Returns a copy 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 dm_str_list
impl Debug for dm_str_list
impl Copy for dm_str_list
Auto Trait Implementations§
impl Freeze for dm_str_list
impl RefUnwindSafe for dm_str_list
impl !Send for dm_str_list
impl !Sync for dm_str_list
impl Unpin for dm_str_list
impl UnwindSafe for dm_str_list
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