#[repr(C)]pub struct dvb_parse_file {
pub has_delsys_id: c_int,
pub delimiter: *mut c_char,
pub formats: __IncompleteArrayField<dvb_parse_struct>,
}Fields§
§has_delsys_id: c_int§delimiter: *mut c_char§formats: __IncompleteArrayField<dvb_parse_struct>Trait Implementations§
Auto Trait Implementations§
impl !Send for dvb_parse_file
impl !Sync for dvb_parse_file
impl Freeze for dvb_parse_file
impl RefUnwindSafe for dvb_parse_file
impl Unpin for dvb_parse_file
impl UnsafeUnpin for dvb_parse_file
impl UnwindSafe for dvb_parse_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