#[repr(C)]pub struct RR_log_t {
pub type_: u32,
pub last_prog_point: RR_prog_point_t,
pub rr2: bool,
pub name: *mut i8,
pub file: RR_log_t__bindgen_ty_1,
pub size: u64,
pub bytes_read: u64,
}Fields§
§type_: u32§last_prog_point: RR_prog_point_t§rr2: bool§name: *mut i8§file: RR_log_t__bindgen_ty_1§size: u64§bytes_read: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for RR_log_t
impl RefUnwindSafe for RR_log_t
impl !Send for RR_log_t
impl !Sync for RR_log_t
impl Unpin for RR_log_t
impl UnwindSafe for RR_log_t
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