pub struct TitleStorageFileMetadata(/* private fields */);Implementations§
Source§impl TitleStorageFileMetadata
impl TitleStorageFileMetadata
pub unsafe fn from_raw(ptr: *mut EOS_TitleStorage_FileMetadata) -> Result<Self>
pub fn as_ptr(&self) -> *mut EOS_TitleStorage_FileMetadata
pub fn into_raw(self) -> *mut EOS_TitleStorage_FileMetadata
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TitleStorageFileMetadata
impl RefUnwindSafe for TitleStorageFileMetadata
impl !Send for TitleStorageFileMetadata
impl !Sync for TitleStorageFileMetadata
impl Unpin for TitleStorageFileMetadata
impl UnsafeUnpin for TitleStorageFileMetadata
impl UnwindSafe for TitleStorageFileMetadata
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