#[repr(C)]pub struct ber_phdr {
pub pathname: *const c_char,
}Fields§
§pathname: *const c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for ber_phdr
impl RefUnwindSafe for ber_phdr
impl !Send for ber_phdr
impl !Sync for ber_phdr
impl Unpin for ber_phdr
impl UnwindSafe for ber_phdr
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