#[repr(C)]pub struct BLContextHints {
pub __bindgen_anon_1: BLContextHints__bindgen_ty_1,
}Fields§
§__bindgen_anon_1: BLContextHints__bindgen_ty_1Trait Implementations§
Source§impl Clone for BLContextHints
impl Clone for BLContextHints
Source§fn clone(&self) -> BLContextHints
fn clone(&self) -> BLContextHints
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLContextHints
Auto Trait Implementations§
impl Freeze for BLContextHints
impl RefUnwindSafe for BLContextHints
impl Send for BLContextHints
impl Sync for BLContextHints
impl Unpin for BLContextHints
impl UnwindSafe for BLContextHints
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