pub struct TempFrameMemoryAddress(pub FrameMemoryAddress);Tuple Fields§
§0: FrameMemoryAddressImplementations§
Source§impl TempFrameMemoryAddress
impl TempFrameMemoryAddress
pub const fn to_addr(&self) -> FrameMemoryAddress
Trait Implementations§
Source§impl Clone for TempFrameMemoryAddress
impl Clone for TempFrameMemoryAddress
Source§fn clone(&self) -> TempFrameMemoryAddress
fn clone(&self) -> TempFrameMemoryAddress
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TempFrameMemoryAddress
impl Debug for TempFrameMemoryAddress
impl Copy for TempFrameMemoryAddress
Auto Trait Implementations§
impl Freeze for TempFrameMemoryAddress
impl RefUnwindSafe for TempFrameMemoryAddress
impl Send for TempFrameMemoryAddress
impl Sync for TempFrameMemoryAddress
impl Unpin for TempFrameMemoryAddress
impl UnwindSafe for TempFrameMemoryAddress
Blanket Implementations§
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