pub struct FormatVolumeOptions { /* private fields */ }Expand description
A struct of exfat formatting options. It implements the derive_builder::Builder pattern.
Trait Implementations§
Source§impl Clone for FormatVolumeOptions
impl Clone for FormatVolumeOptions
Source§fn clone(&self) -> FormatVolumeOptions
fn clone(&self) -> FormatVolumeOptions
Returns a duplicate 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 FormatVolumeOptions
impl Debug for FormatVolumeOptions
impl Copy for FormatVolumeOptions
Auto Trait Implementations§
impl Freeze for FormatVolumeOptions
impl RefUnwindSafe for FormatVolumeOptions
impl Send for FormatVolumeOptions
impl Sync for FormatVolumeOptions
impl Unpin for FormatVolumeOptions
impl UnwindSafe for FormatVolumeOptions
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