#[repr(C)]pub struct XilaFileSystemDirectory {
pub _private: __IncompleteArrayField<u8>,
}Expand description
Opaque shadow type generated for FFI pointer boundaries.
Fields§
§_private: __IncompleteArrayField<u8>Trait Implementations§
Auto Trait Implementations§
impl Freeze for XilaFileSystemDirectory
impl RefUnwindSafe for XilaFileSystemDirectory
impl Send for XilaFileSystemDirectory
impl Sync for XilaFileSystemDirectory
impl Unpin for XilaFileSystemDirectory
impl UnsafeUnpin for XilaFileSystemDirectory
impl UnwindSafe for XilaFileSystemDirectory
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