pub struct ReservedForExpansion(/* private fields */);
Expand description
Reserved for expansion. Must be zero. (20 Bytes)
Trait Implementations§
Source§impl Debug for ReservedForExpansion
impl Debug for ReservedForExpansion
Source§impl Default for ReservedForExpansion
impl Default for ReservedForExpansion
Source§fn default() -> ReservedForExpansion
fn default() -> ReservedForExpansion
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReservedForExpansion
impl RefUnwindSafe for ReservedForExpansion
impl Send for ReservedForExpansion
impl Sync for ReservedForExpansion
impl Unpin for ReservedForExpansion
impl UnwindSafe for ReservedForExpansion
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