pub struct XilaFileSystemStatistics { /* private fields */ }Implementations§
Source§impl XilaFileSystemStatistics
impl XilaFileSystemStatistics
pub fn from_statistics(statistics: Statistics) -> Self
Sourcepub unsafe fn from_mutable_pointer<'a>(
pointer: *mut XilaFileSystemStatistics,
) -> Option<&'a mut XilaFileSystemStatistics>
pub unsafe fn from_mutable_pointer<'a>( pointer: *mut XilaFileSystemStatistics, ) -> Option<&'a mut XilaFileSystemStatistics>
§Safety
This function is unsafe because it dereferences a raw pointer. The caller must ensure that the pointer is valid and properly aligned.
Auto Trait Implementations§
impl Freeze for XilaFileSystemStatistics
impl RefUnwindSafe for XilaFileSystemStatistics
impl Send for XilaFileSystemStatistics
impl Sync for XilaFileSystemStatistics
impl Unpin for XilaFileSystemStatistics
impl UnwindSafe for XilaFileSystemStatistics
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