#[repr(C)]pub struct hipDevSmResource {
pub smCount: c_uint,
pub minSmPartitionSize: c_uint,
pub smCoscheduledAlignment: c_uint,
pub flags: c_uint,
}Fields§
§smCount: c_uint§minSmPartitionSize: c_uint§smCoscheduledAlignment: c_uint§flags: c_uintTrait Implementations§
Source§impl Clone for hipDevSmResource
impl Clone for hipDevSmResource
Source§fn clone(&self) -> hipDevSmResource
fn clone(&self) -> hipDevSmResource
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for hipDevSmResource
Auto Trait Implementations§
impl Freeze for hipDevSmResource
impl RefUnwindSafe for hipDevSmResource
impl Send for hipDevSmResource
impl Sync for hipDevSmResource
impl Unpin for hipDevSmResource
impl UnsafeUnpin for hipDevSmResource
impl UnwindSafe for hipDevSmResource
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