pub struct ATR {
pub mod_tim: U4,
pub cmd_line: Cn,
}
Fields§
§mod_tim: U4
§cmd_line: Cn
Implementations§
Trait Implementations§
impl Eq for ATR
impl StructuralPartialEq for ATR
Auto Trait Implementations§
impl Freeze for ATR
impl RefUnwindSafe for ATR
impl Send for ATR
impl Sync for ATR
impl Unpin for ATR
impl UnwindSafe for ATR
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