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