pub struct L6Patch {
pub target_device: TargetDevice,
pub models: Vec<Model>,
pub meta: MetaTags,
}
Fields§
§target_device: TargetDevice
§models: Vec<Model>
§meta: MetaTags
Trait Implementations§
Auto Trait Implementations§
impl Freeze for L6Patch
impl RefUnwindSafe for L6Patch
impl Send for L6Patch
impl Sync for L6Patch
impl Unpin for L6Patch
impl UnwindSafe for L6Patch
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