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