pub struct UdfState {
pub partition_start: u32,
pub root_fe_lba: u32,
pub partition_kind: UdfPartitionKind,
pub partition_map_count: u32,
}Fields§
§partition_start: u32§root_fe_lba: u32§partition_kind: UdfPartitionKind§partition_map_count: u32Auto Trait Implementations§
impl Freeze for UdfState
impl RefUnwindSafe for UdfState
impl Send for UdfState
impl Sync for UdfState
impl Unpin for UdfState
impl UnsafeUnpin for UdfState
impl UnwindSafe for UdfState
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