Struct DSOBJECTNAMES
#[repr(C)]pub struct DSOBJECTNAMES {
pub clsidNamespace: GUID,
pub cItems: u32,
pub aObjects: [DSOBJECT; 1],
}
Fields§
§clsidNamespace: GUID
§cItems: u32
§aObjects: [DSOBJECT; 1]
Trait Implementations§
§impl Clone for DSOBJECTNAMES
impl Clone for DSOBJECTNAMES
§fn clone(&self) -> DSOBJECTNAMES
fn clone(&self) -> DSOBJECTNAMES
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 moreimpl Copy for DSOBJECTNAMES
Auto Trait Implementations§
impl Freeze for DSOBJECTNAMES
impl RefUnwindSafe for DSOBJECTNAMES
impl Send for DSOBJECTNAMES
impl Sync for DSOBJECTNAMES
impl Unpin for DSOBJECTNAMES
impl UnwindSafe for DSOBJECTNAMES
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