[][src]Struct embedded_sdmmc::FatVolume

pub struct FatVolume { /* fields omitted */ }

Identifies a FAT16 Volume on the disk.

Methods

impl FatVolume[src]

pub fn update_info_sector<D, T>(
    &mut self,
    controller: &mut Controller<D, T>
) -> Result<(), Error<D::Error>> where
    D: BlockDevice,
    T: TimeSource
[src]

Write a new entry in the FAT

Trait Implementations

impl Debug for FatVolume[src]

impl Eq for FatVolume[src]

impl PartialEq<FatVolume> for FatVolume[src]

impl StructuralEq for FatVolume[src]

impl StructuralPartialEq for FatVolume[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.