#[repr(C)]pub struct remove_cv {
pub _address: u8,
}Fields§
§_address: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for remove_cv
impl RefUnwindSafe for remove_cv
impl Send for remove_cv
impl Sync for remove_cv
impl Unpin for remove_cv
impl UnwindSafe for remove_cv
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