#[repr(C)]pub struct LLA2424 {
pub stream: [c_char; 9],
}
Fields§
§stream: [c_char; 9]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for LLA2424
impl Send for LLA2424
impl Sync for LLA2424
impl Unpin for LLA2424
impl UnwindSafe for LLA2424
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