pub struct BidDescriptorType;Expand description
BidDescriptorType (399).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BidDescriptorType
impl RefUnwindSafe for BidDescriptorType
impl Send for BidDescriptorType
impl Sync for BidDescriptorType
impl Unpin for BidDescriptorType
impl UnsafeUnpin for BidDescriptorType
impl UnwindSafe for BidDescriptorType
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