#[repr(C)]pub struct MulticastProp {
pub num_devices: c_uint,
pub size: usize,
pub handle_types: c_int,
pub flags: u64,
}Expand description
Properties passed to MulticastObject::new. Layout matches
cudaMulticastObjectProp.
Fields§
§num_devices: c_uint§size: usize§handle_types: c_int§flags: u64Trait Implementations§
Source§impl Clone for MulticastProp
impl Clone for MulticastProp
Source§fn clone(&self) -> MulticastProp
fn clone(&self) -> MulticastProp
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 moreSource§impl Debug for MulticastProp
impl Debug for MulticastProp
Source§impl Default for MulticastProp
impl Default for MulticastProp
Source§fn default() -> MulticastProp
fn default() -> MulticastProp
Returns the “default value” for a type. Read more
impl Copy for MulticastProp
Auto Trait Implementations§
impl Freeze for MulticastProp
impl RefUnwindSafe for MulticastProp
impl Send for MulticastProp
impl Sync for MulticastProp
impl Unpin for MulticastProp
impl UnsafeUnpin for MulticastProp
impl UnwindSafe for MulticastProp
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