#[repr(C)]pub struct kfd_ioctl_destroy_queue_args {
pub queue_id: u32,
pub pad: u32,
}Fields§
§queue_id: u32§pad: u32Trait Implementations§
Source§impl Clone for kfd_ioctl_destroy_queue_args
impl Clone for kfd_ioctl_destroy_queue_args
Source§fn clone(&self) -> kfd_ioctl_destroy_queue_args
fn clone(&self) -> kfd_ioctl_destroy_queue_args
Returns a duplicate 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 kfd_ioctl_destroy_queue_args
impl Debug for kfd_ioctl_destroy_queue_args
impl Copy for kfd_ioctl_destroy_queue_args
Auto Trait Implementations§
impl Freeze for kfd_ioctl_destroy_queue_args
impl RefUnwindSafe for kfd_ioctl_destroy_queue_args
impl Send for kfd_ioctl_destroy_queue_args
impl Sync for kfd_ioctl_destroy_queue_args
impl Unpin for kfd_ioctl_destroy_queue_args
impl UnwindSafe for kfd_ioctl_destroy_queue_args
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