pub struct PortInputFormatSingleFormat {
pub port_id: u8,
pub mode: u8,
pub delta: u32,
pub notification_enabled: bool,
}Fields§
§port_id: u8§mode: u8§delta: u32§notification_enabled: boolImplementations§
Trait Implementations§
Source§impl Clone for PortInputFormatSingleFormat
impl Clone for PortInputFormatSingleFormat
Source§fn clone(&self) -> PortInputFormatSingleFormat
fn clone(&self) -> PortInputFormatSingleFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PortInputFormatSingleFormat
impl Debug for PortInputFormatSingleFormat
impl Eq for PortInputFormatSingleFormat
impl StructuralPartialEq for PortInputFormatSingleFormat
Auto Trait Implementations§
impl Freeze for PortInputFormatSingleFormat
impl RefUnwindSafe for PortInputFormatSingleFormat
impl Send for PortInputFormatSingleFormat
impl Sync for PortInputFormatSingleFormat
impl Unpin for PortInputFormatSingleFormat
impl UnsafeUnpin for PortInputFormatSingleFormat
impl UnwindSafe for PortInputFormatSingleFormat
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