#[repr(C)]pub struct rr_file {
pub section: *mut c_char,
pub archive: *mut archive,
pub entry: *mut archive_entry,
}Fields§
§section: *mut c_char§archive: *mut archive§entry: *mut archive_entryTrait Implementations§
Auto Trait Implementations§
impl Freeze for rr_file
impl RefUnwindSafe for rr_file
impl !Send for rr_file
impl !Sync for rr_file
impl Unpin for rr_file
impl UnwindSafe for rr_file
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