#[repr(C)]
pub union ifrn {
pub name: [c_char; 16],
}
Fields§
§name: [c_char; 16]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ifrn
impl RefUnwindSafe for ifrn
impl Send for ifrn
impl Sync for ifrn
impl Unpin for ifrn
impl UnwindSafe for ifrn
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