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