pub struct GetDeviceFrame(pub MemoryRange);Tuple Fields§
§0: MemoryRangeTrait Implementations§
Source§impl Debug for GetDeviceFrame
impl Debug for GetDeviceFrame
Source§impl From<GetDeviceFrame> for SimpleMemoryMessage
impl From<GetDeviceFrame> for SimpleMemoryMessage
Source§fn from(val: GetDeviceFrame) -> Self
fn from(val: GetDeviceFrame) -> Self
Converts to this type from the input type.
Source§impl From<SimpleMemoryMessage> for GetDeviceFrame
impl From<SimpleMemoryMessage> for GetDeviceFrame
Source§fn from(value: SimpleMemoryMessage) -> Self
fn from(value: SimpleMemoryMessage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GetDeviceFrame
impl RefUnwindSafe for GetDeviceFrame
impl Send for GetDeviceFrame
impl Sync for GetDeviceFrame
impl Unpin for GetDeviceFrame
impl UnwindSafe for GetDeviceFrame
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Returns the layout of the type.