#[repr(C)]pub struct SGuidArray {
pub cValues: u32,
pub lpguid: *mut GUID,
}Fields§
§cValues: u32§lpguid: *mut GUIDTrait Implementations§
Source§impl Clone for SGuidArray
impl Clone for SGuidArray
Source§fn clone(&self) -> SGuidArray
fn clone(&self) -> SGuidArray
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 SGuidArray
Source§impl Debug for SGuidArray
impl Debug for SGuidArray
Source§impl Default for SGuidArray
impl Default for SGuidArray
Source§fn default() -> SGuidArray
fn default() -> SGuidArray
Returns the “default value” for a type. Read more
Source§impl PartialEq for SGuidArray
impl PartialEq for SGuidArray
Source§fn eq(&self, other: &SGuidArray) -> bool
fn eq(&self, other: &SGuidArray) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SGuidArray
Auto Trait Implementations§
impl !Send for SGuidArray
impl !Sync for SGuidArray
impl Freeze for SGuidArray
impl RefUnwindSafe for SGuidArray
impl Unpin for SGuidArray
impl UnsafeUnpin for SGuidArray
impl UnwindSafe for SGuidArray
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