#[repr(C)]pub struct MAPLIST {
pub next: *mut MAPLIST,
pub uidstr: *mut c_char,
pub gidstr: *mut c_char,
pub sidstr: *mut c_char,
pub maptext: [c_char; 121],
}Fields§
§next: *mut MAPLIST§uidstr: *mut c_char§gidstr: *mut c_char§sidstr: *mut c_char§maptext: [c_char; 121]Trait Implementations§
Auto Trait Implementations§
impl Freeze for MAPLIST
impl RefUnwindSafe for MAPLIST
impl !Send for MAPLIST
impl !Sync for MAPLIST
impl Unpin for MAPLIST
impl UnwindSafe for MAPLIST
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