#[repr(C)]pub struct dvb_file {
pub fname: *mut c_char,
pub n_entries: c_int,
pub first_entry: *mut dvb_entry,
}Fields§
§fname: *mut c_char§n_entries: c_int§first_entry: *mut dvb_entryTrait Implementations§
Auto Trait Implementations§
impl !Send for dvb_file
impl !Sync for dvb_file
impl Freeze for dvb_file
impl RefUnwindSafe for dvb_file
impl Unpin for dvb_file
impl UnsafeUnpin for dvb_file
impl UnwindSafe for dvb_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