pub struct Xclbin {
pub key: String,
pub path: PathBuf,
pub kernel: String,
}Expand description
A hardware context: an xclbin and the kernel name inside it.
Fields§
§key: String§path: PathBuf§kernel: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Xclbin
impl RefUnwindSafe for Xclbin
impl Send for Xclbin
impl Sync for Xclbin
impl Unpin for Xclbin
impl UnsafeUnpin for Xclbin
impl UnwindSafe for Xclbin
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