Struct libcoreinst::iso9660::Directory
source · pub struct Directory {
pub name: String,
pub address: Address,
pub length: u32,
}Fields§
§name: String§address: Address§length: u32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Directory
impl Send for Directory
impl Sync for Directory
impl Unpin for Directory
impl UnwindSafe for Directory
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