pub enum PrpListOrBuffer {
PrpList(Address),
PrpFirstAndList(Address, Address),
Buffer(Address),
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for PrpListOrBuffer
impl RefUnwindSafe for PrpListOrBuffer
impl Send for PrpListOrBuffer
impl Sync for PrpListOrBuffer
impl Unpin for PrpListOrBuffer
impl UnwindSafe for PrpListOrBuffer
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