#[repr(C)]pub struct ranlib {
pub ran_un: Union_Unnamed1,
pub ran_off: uint32_t,
}Fields§
§ran_un: Union_Unnamed1§ran_off: uint32_tTrait Implementations§
impl Copy for ranlib
Auto Trait Implementations§
impl Freeze for ranlib
impl RefUnwindSafe for ranlib
impl Send for ranlib
impl Sync for ranlib
impl Unpin for ranlib
impl UnwindSafe for ranlib
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