#[repr(C)]pub struct ULCommandList {
pub size: c_uint,
pub commands: *mut ULCommand,
}Expand description
Command list, @see ULGPUDriverUpdateCommandList
Fields§
§size: c_uint§commands: *mut ULCommandTrait Implementations§
Source§impl Clone for ULCommandList
impl Clone for ULCommandList
Source§fn clone(&self) -> ULCommandList
fn clone(&self) -> ULCommandList
Returns a copy 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 moreSource§impl Debug for ULCommandList
impl Debug for ULCommandList
impl Copy for ULCommandList
Auto Trait Implementations§
impl Freeze for ULCommandList
impl RefUnwindSafe for ULCommandList
impl !Send for ULCommandList
impl !Sync for ULCommandList
impl Unpin for ULCommandList
impl UnwindSafe for ULCommandList
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