pub struct BindingRef<Id> { /* private fields */ }
Expand description
Reference to buffer binding.
Trait Implementations§
Source§impl<Id: Clone> Clone for BindingRef<Id>
impl<Id: Clone> Clone for BindingRef<Id>
Source§fn clone(&self) -> BindingRef<Id>
fn clone(&self) -> BindingRef<Id>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<Id> Freeze for BindingRef<Id>where
Id: Freeze,
impl<Id> RefUnwindSafe for BindingRef<Id>where
Id: RefUnwindSafe,
impl<Id> Send for BindingRef<Id>where
Id: Send,
impl<Id> Sync for BindingRef<Id>where
Id: Sync,
impl<Id> Unpin for BindingRef<Id>where
Id: Unpin,
impl<Id> UnwindSafe for BindingRef<Id>where
Id: UnwindSafe,
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