pub struct BURTC { /* private fields */ }
Expand description
BURTC
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BURTC
impl RefUnwindSafe for BURTC
impl !Sync for BURTC
impl Unpin for BURTC
impl UnwindSafe for BURTC
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