#[repr(C)]pub struct file_extension_info {
pub name: *const c_char,
pub is_capture_file: gboolean,
pub extensions: *const c_char,
}Fields§
§name: *const c_char§is_capture_file: gboolean§extensions: *const c_charTrait Implementations§
Source§impl Clone for file_extension_info
impl Clone for file_extension_info
Source§fn clone(&self) -> file_extension_info
fn clone(&self) -> file_extension_info
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for file_extension_info
impl Debug for file_extension_info
impl Copy for file_extension_info
Auto Trait Implementations§
impl Freeze for file_extension_info
impl RefUnwindSafe for file_extension_info
impl !Send for file_extension_info
impl !Sync for file_extension_info
impl Unpin for file_extension_info
impl UnwindSafe for file_extension_info
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