pub struct LinkedFile {
pub file_name: FixedString<23>,
pub vendor: FileVendor,
}Fields§
§file_name: FixedString<23>§vendor: FileVendorAuto Trait Implementations§
impl Freeze for LinkedFile
impl RefUnwindSafe for LinkedFile
impl Send for LinkedFile
impl Sync for LinkedFile
impl Unpin for LinkedFile
impl UnwindSafe for LinkedFile
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