Struct fuel_types::LayoutType
source · pub struct LayoutType<const ADDR: usize, const SIZE: usize, T>(_, _)
where
T: MemLocType<ADDR, SIZE> + ?Sized;
Expand description
A memory location combined with a type.
Implementations§
Auto Trait Implementations§
impl<const ADDR: usize, const SIZE: usize, T: ?Sized> RefUnwindSafe for LayoutType<ADDR, SIZE, T>where T: RefUnwindSafe,
impl<const ADDR: usize, const SIZE: usize, T: ?Sized> Send for LayoutType<ADDR, SIZE, T>where T: Send,
impl<const ADDR: usize, const SIZE: usize, T: ?Sized> Sync for LayoutType<ADDR, SIZE, T>where T: Sync,
impl<const ADDR: usize, const SIZE: usize, T: ?Sized> Unpin for LayoutType<ADDR, SIZE, T>where T: Unpin,
impl<const ADDR: usize, const SIZE: usize, T: ?Sized> UnwindSafe for LayoutType<ADDR, SIZE, T>where T: UnwindSafe,
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