pub struct Exfat { /* private fields */ }Implementations§
Source§impl Exfat
impl Exfat
Sourcepub fn try_from<T: UnixEpochDuration>(
format_options: FormatVolumeOptions,
) -> Result<Self, ExfatFormatError<T>>
pub fn try_from<T: UnixEpochDuration>( format_options: FormatVolumeOptions, ) -> Result<Self, ExfatFormatError<T>>
Attempts to initialize an exFAT formatter instance based on the FormatVolumeOptions
provided.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Exfat
impl RefUnwindSafe for Exfat
impl Send for Exfat
impl Sync for Exfat
impl Unpin for Exfat
impl UnwindSafe for Exfat
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