pub struct UsrLibModulesUki<ObjectID: FsVerityHashValue> {
pub kver: Box<OsStr>,
pub filename: Box<OsStr>,
pub uki: RegularFile<ObjectID>,
}
Fields§
§kver: Box<OsStr>
§filename: Box<OsStr>
§uki: RegularFile<ObjectID>
Implementations§
Source§impl<ObjectID: FsVerityHashValue> UsrLibModulesUki<ObjectID>
impl<ObjectID: FsVerityHashValue> UsrLibModulesUki<ObjectID>
Trait Implementations§
Auto Trait Implementations§
impl<ObjectID> Freeze for UsrLibModulesUki<ObjectID>where
ObjectID: Freeze,
impl<ObjectID> RefUnwindSafe for UsrLibModulesUki<ObjectID>where
ObjectID: RefUnwindSafe,
impl<ObjectID> Send for UsrLibModulesUki<ObjectID>
impl<ObjectID> Sync for UsrLibModulesUki<ObjectID>
impl<ObjectID> Unpin for UsrLibModulesUki<ObjectID>
impl<ObjectID> UnwindSafe for UsrLibModulesUki<ObjectID>where
ObjectID: UnwindSafe,
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