Function getPath [src]

Prototype

pub fn getPath(self: *const FilePathDevicePath) [*:0]align(1) const u16

Parameters

self: *const FilePathDevicePath

Source

pub fn getPath(self: *const FilePathDevicePath) [*:0]align(1) const u16 { return @as([*:0]align(1) const u16, @ptrCast(@as([*]const u8, @ptrCast(self)) + @sizeOf(FilePathDevicePath))); }