Struct VDS_WWN
#[repr(C)]pub struct VDS_WWN {
pub rguchWwn: [u8; 8],
}
Fields§
§rguchWwn: [u8; 8]
Trait Implementations§
impl Copy for VDS_WWN
impl StructuralPartialEq for VDS_WWN
Auto Trait Implementations§
impl Freeze for VDS_WWN
impl RefUnwindSafe for VDS_WWN
impl Send for VDS_WWN
impl Sync for VDS_WWN
impl Unpin for VDS_WWN
impl UnwindSafe for VDS_WWN
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