#[repr(C)]pub struct _UUID_VECTOR {
pub Count: c_ulong,
pub Uuid: [*mut UUID; 1],
}
Fields§
§Count: c_ulong
§Uuid: [*mut UUID; 1]
Trait Implementations§
Source§impl Clone for _UUID_VECTOR
impl Clone for _UUID_VECTOR
Source§fn clone(&self) -> _UUID_VECTOR
fn clone(&self) -> _UUID_VECTOR
Returns a copy 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 _UUID_VECTOR
impl Debug for _UUID_VECTOR
Source§impl Ord for _UUID_VECTOR
impl Ord for _UUID_VECTOR
Source§fn cmp(&self, other: &_UUID_VECTOR) -> Ordering
fn cmp(&self, other: &_UUID_VECTOR) -> 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
Source§impl PartialEq for _UUID_VECTOR
impl PartialEq for _UUID_VECTOR
Source§impl PartialOrd for _UUID_VECTOR
impl PartialOrd for _UUID_VECTOR
impl Copy for _UUID_VECTOR
impl Eq for _UUID_VECTOR
impl StructuralPartialEq for _UUID_VECTOR
Auto Trait Implementations§
impl Freeze for _UUID_VECTOR
impl RefUnwindSafe for _UUID_VECTOR
impl !Send for _UUID_VECTOR
impl !Sync for _UUID_VECTOR
impl Unpin for _UUID_VECTOR
impl UnwindSafe for _UUID_VECTOR
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