Function getDescription [src]
Prototype
pub fn getDescription(self: *const BBS101DevicePath) [*:0]const u8
Parameters
self: *const BBS101DevicePath
Source
pub fn getDescription(self: *const BBS101DevicePath) [*:0]const u8 {
return @as([*:0]const u8, @ptrCast(self)) + @sizeOf(BBS101DevicePath);
}