pub struct VitcUserBitsHelper;Expand description
User bits helpers for VITC
Implementations§
Auto Trait Implementations§
impl Freeze for VitcUserBitsHelper
impl RefUnwindSafe for VitcUserBitsHelper
impl Send for VitcUserBitsHelper
impl Sync for VitcUserBitsHelper
impl Unpin for VitcUserBitsHelper
impl UnsafeUnpin for VitcUserBitsHelper
impl UnwindSafe for VitcUserBitsHelper
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