pub struct GCBytes<const N: usize> { /* private fields */ }Implementations§
Trait Implementations§
impl<const N: usize> Copy for GCBytes<N>
impl<const N: usize> Eq for GCBytes<N>
Auto Trait Implementations§
impl<const N: usize> Freeze for GCBytes<N>
impl<const N: usize> RefUnwindSafe for GCBytes<N>
impl<const N: usize> Send for GCBytes<N>
impl<const N: usize> Sync for GCBytes<N>
impl<const N: usize> Unpin for GCBytes<N>
impl<const N: usize> UnwindSafe for GCBytes<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