Struct BDANODE_DESCRIPTOR
#[repr(C)]pub struct BDANODE_DESCRIPTOR {
pub ulBdaNodeType: u32,
pub guidFunction: GUID,
pub guidName: GUID,
}
Fields§
§ulBdaNodeType: u32
§guidFunction: GUID
§guidName: GUID
Trait Implementations§
§impl Clone for BDANODE_DESCRIPTOR
impl Clone for BDANODE_DESCRIPTOR
§fn clone(&self) -> BDANODE_DESCRIPTOR
fn clone(&self) -> BDANODE_DESCRIPTOR
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 more§impl Debug for BDANODE_DESCRIPTOR
impl Debug for BDANODE_DESCRIPTOR
§impl Default for BDANODE_DESCRIPTOR
impl Default for BDANODE_DESCRIPTOR
§impl PartialEq for BDANODE_DESCRIPTOR
impl PartialEq for BDANODE_DESCRIPTOR
impl Copy for BDANODE_DESCRIPTOR
impl StructuralPartialEq for BDANODE_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for BDANODE_DESCRIPTOR
impl RefUnwindSafe for BDANODE_DESCRIPTOR
impl Send for BDANODE_DESCRIPTOR
impl Sync for BDANODE_DESCRIPTOR
impl Unpin for BDANODE_DESCRIPTOR
impl UnwindSafe for BDANODE_DESCRIPTOR
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