pub struct Udf { /* private fields */ }Available on crate feature
udf only.Expand description
A UDF filesystem instance.
Implementations§
Source§impl Udf
impl Udf
Sourcepub fn root(&self) -> Result<UdfEntry<'_>, UdfGetEntryError>
pub fn root(&self) -> Result<UdfEntry<'_>, UdfGetEntryError>
Returns the root entry of the UDF filesystem.
Sourcepub fn root_from_partition(
&self,
partition: u16,
) -> Result<UdfEntry<'_>, UdfGetEntryError>
pub fn root_from_partition( &self, partition: u16, ) -> Result<UdfEntry<'_>, UdfGetEntryError>
Returns the root entry of the UDF filesystem, at the given partition.
Trait Implementations§
Auto Trait Implementations§
impl !Send for Udf
impl !Sync for Udf
impl Freeze for Udf
impl RefUnwindSafe for Udf
impl Unpin for Udf
impl UnsafeUnpin for Udf
impl UnwindSafe for Udf
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