Struct oci_spec::runtime::IntelRdtBuilder
source · pub struct IntelRdtBuilder { /* private fields */ }
Expand description
Builder for IntelRdt
.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IntelRdtBuilder
impl RefUnwindSafe for IntelRdtBuilder
impl Send for IntelRdtBuilder
impl Sync for IntelRdtBuilder
impl Unpin for IntelRdtBuilder
impl UnwindSafe for IntelRdtBuilder
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