pub struct NewAOut {
pub aout0: u16,
pub aout1: u16,
pub aout_sequence: u8,
}Fields§
§aout0: u16§aout1: u16§aout_sequence: u8Trait Implementations§
impl StructuralPartialEq for NewAOut
Auto Trait Implementations§
impl Freeze for NewAOut
impl RefUnwindSafe for NewAOut
impl Send for NewAOut
impl Sync for NewAOut
impl Unpin for NewAOut
impl UnwindSafe for NewAOut
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