#[repr(C)]pub struct ResourceBinding {
pub slotIndex: u32,
pub resourceIdentifier: u32,
pub name: [WideChar; 64],
}Expand description
A structure defining a resource bind point
Fields§
§slotIndex: u32§resourceIdentifier: u32§name: [WideChar; 64]Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResourceBinding
impl RefUnwindSafe for ResourceBinding
impl Send for ResourceBinding
impl Sync for ResourceBinding
impl Unpin for ResourceBinding
impl UnwindSafe for ResourceBinding
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