Struct windows_sys::Win32::System::Rpc::UUID_VECTOR
[−]Expand description
Required features: "Win32_System_Rpc"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more