Struct flex_alloc::storage::Inline
source · pub struct Inline<const N: usize>;Trait Implementations§
source§impl<const N: usize> Ord for Inline<N>
impl<const N: usize> Ord for Inline<N>
source§impl<const N: usize> PartialOrd for Inline<N>
impl<const N: usize> PartialOrd for Inline<N>
impl<const N: usize> Copy for Inline<N>
impl<const N: usize> Eq for Inline<N>
impl<const N: usize> StructuralPartialEq for Inline<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for Inline<N>
impl<const N: usize> RefUnwindSafe for Inline<N>
impl<const N: usize> Send for Inline<N>
impl<const N: usize> Sync for Inline<N>
impl<const N: usize> Unpin for Inline<N>
impl<const N: usize> UnwindSafe for Inline<N>
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)