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