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