Struct windows_sys::Win32::System::Rpc::UUID_VECTOR
#[repr(C)]pub struct UUID_VECTOR {
pub Count: u32,
pub Uuid: [*mut GUID; 1],
}
Fields§
§Count: u32
§Uuid: [*mut GUID; 1]
Trait Implementations§
§impl Clone for UUID_VECTOR
impl Clone for UUID_VECTOR
impl Copy for UUID_VECTOR
Auto Trait Implementations§
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