pub struct BLQDArchSpec { /* private fields */ }Expand description
Opaque handle wrapping an ArchSpec.
Auto Trait Implementations§
impl Freeze for BLQDArchSpec
impl RefUnwindSafe for BLQDArchSpec
impl Send for BLQDArchSpec
impl Sync for BLQDArchSpec
impl Unpin for BLQDArchSpec
impl UnwindSafe for BLQDArchSpec
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