Searched defs:DeviceLayout (Results 1 – 4 of 4) sorted by relevance
24 pub struct DeviceLayout { struct29 impl DeviceLayout { argument307 impl TryFrom<Layout> for DeviceLayout { implementation
255 layout: DeviceLayout, in allocate()295 layout: DeviceLayout, in allocate()
943 pub const fn layout_for_len(&self, len: NonZeroDeviceSize) -> Option<DeviceLayout> { in layout_for_len()1126 pub(super) const fn unwrap_sized(self) -> DeviceLayout { in unwrap_sized()
417 layout: DeviceLayout, in new()