pub struct FenceSet {
pub device_input: bool,
pub device_output: bool,
pub memory_read: bool,
pub memory_write: bool,
}Expand description
The affected parts of a fence.
Fields§
§device_input: bool§device_output: bool§memory_read: bool§memory_write: boolTrait Implementations§
impl Copy for FenceSet
impl Eq for FenceSet
impl StructuralPartialEq for FenceSet
Auto Trait Implementations§
impl Freeze for FenceSet
impl RefUnwindSafe for FenceSet
impl Send for FenceSet
impl Sync for FenceSet
impl Unpin for FenceSet
impl UnsafeUnpin for FenceSet
impl UnwindSafe for FenceSet
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