pub struct EobfR { /* private fields */ }
Expand description
Value of the field EOBF
Implementations§
Auto Trait Implementations§
impl Freeze for EobfR
impl RefUnwindSafe for EobfR
impl Send for EobfR
impl Sync for EobfR
impl Unpin for EobfR
impl UnwindSafe for EobfR
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