pub struct SharedBufferMemoryBeginAccessDescriptor {
pub initialized: Option<bool>,
pub fences: Option<Vec<SharedFence>>,
pub signaled_values: Option<Vec<u64>>,
/* private fields */
}Fields§
§initialized: Option<bool>§fences: Option<Vec<SharedFence>>§signaled_values: Option<Vec<u64>>Implementations§
pub fn new() -> Self
pub fn with_extension( self, extension: SharedBufferMemoryBeginAccessDescriptorExtension, ) -> Self
Trait Implementations§
Auto Trait Implementations§
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