#[repr(C)]pub struct _mbFileFilter {
pub name: *const utf8,
pub extensions: *const utf8,
}
Fields§
§name: *const utf8
§extensions: *const utf8
Trait Implementations§
Source§impl Clone for _mbFileFilter
impl Clone for _mbFileFilter
Source§fn clone(&self) -> _mbFileFilter
fn clone(&self) -> _mbFileFilter
Returns a copy 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 _mbFileFilter
impl Debug for _mbFileFilter
impl Copy for _mbFileFilter
Auto Trait Implementations§
impl Freeze for _mbFileFilter
impl RefUnwindSafe for _mbFileFilter
impl !Send for _mbFileFilter
impl !Sync for _mbFileFilter
impl Unpin for _mbFileFilter
impl UnwindSafe for _mbFileFilter
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