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