Struct CUmulticastObjectProp_st
#[repr(C)]pub struct CUmulticastObjectProp_st {
pub numDevices: u32,
pub size: usize,
pub handleTypes: u64,
pub flags: u64,
}Fields§
§numDevices: u32§size: usize§handleTypes: u64§flags: u64Trait Implementations§
§impl Clone for CUmulticastObjectProp_st
impl Clone for CUmulticastObjectProp_st
§fn clone(&self) -> CUmulticastObjectProp_st
fn clone(&self) -> CUmulticastObjectProp_st
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 more§impl Debug for CUmulticastObjectProp_st
impl Debug for CUmulticastObjectProp_st
§impl Hash for CUmulticastObjectProp_st
impl Hash for CUmulticastObjectProp_st
§impl Ord for CUmulticastObjectProp_st
impl Ord for CUmulticastObjectProp_st
§fn cmp(&self, other: &CUmulticastObjectProp_st) -> Ordering
fn cmp(&self, other: &CUmulticastObjectProp_st) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialEq for CUmulticastObjectProp_st
impl PartialEq for CUmulticastObjectProp_st
§impl PartialOrd for CUmulticastObjectProp_st
impl PartialOrd for CUmulticastObjectProp_st
impl Copy for CUmulticastObjectProp_st
impl Eq for CUmulticastObjectProp_st
impl StructuralPartialEq for CUmulticastObjectProp_st
Auto Trait Implementations§
impl Freeze for CUmulticastObjectProp_st
impl RefUnwindSafe for CUmulticastObjectProp_st
impl Send for CUmulticastObjectProp_st
impl Sync for CUmulticastObjectProp_st
impl Unpin for CUmulticastObjectProp_st
impl UnsafeUnpin for CUmulticastObjectProp_st
impl UnwindSafe for CUmulticastObjectProp_st
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more