pub struct DecodedBinding {
pub buffer_id: ObjectId,
pub range: BufferRange,
pub slot: u32,
pub access: AccessMode,
}Fields§
§buffer_id: ObjectId§range: BufferRange§slot: u32§access: AccessModeTrait Implementations§
Source§impl Clone for DecodedBinding
impl Clone for DecodedBinding
Source§fn clone(&self) -> DecodedBinding
fn clone(&self) -> DecodedBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DecodedBinding
Source§impl Debug for DecodedBinding
impl Debug for DecodedBinding
impl Eq for DecodedBinding
Source§impl PartialEq for DecodedBinding
impl PartialEq for DecodedBinding
impl StructuralPartialEq for DecodedBinding
Auto Trait Implementations§
impl Freeze for DecodedBinding
impl RefUnwindSafe for DecodedBinding
impl Send for DecodedBinding
impl Sync for DecodedBinding
impl Unpin for DecodedBinding
impl UnsafeUnpin for DecodedBinding
impl UnwindSafe for DecodedBinding
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