pub struct PD_ConfigUseXpu;Expand description
\brief A boolean state telling whether the XPU is turned on.
\param[in] pd_onfig config \return Whether the XPU is turned on.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PD_ConfigUseXpu
impl RefUnwindSafe for PD_ConfigUseXpu
impl Send for PD_ConfigUseXpu
impl Sync for PD_ConfigUseXpu
impl Unpin for PD_ConfigUseXpu
impl UnwindSafe for PD_ConfigUseXpu
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