extern struct F1394DevicePath [src]
Fields
type: DevicePath.Type
subtype: Subtype
length: u16 align(1)
reserved: u32 align(1)
guid: u64 align(1)
Source
pub const F1394DevicePath = extern struct {
type: DevicePath.Type,
subtype: Subtype,
length: u16 align(1),
reserved: u32 align(1),
guid: u64 align(1),
}