pub struct RevisionAndClass {
pub revision_id: u8,
pub base_class: u8,
pub sub_class: u8,
pub interface: u8,
}Fields§
§revision_id: u8§base_class: u8§sub_class: u8§interface: u8Trait Implementations§
Source§impl Clone for RevisionAndClass
impl Clone for RevisionAndClass
Source§fn clone(&self) -> RevisionAndClass
fn clone(&self) -> RevisionAndClass
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RevisionAndClass
impl RefUnwindSafe for RevisionAndClass
impl Send for RevisionAndClass
impl Sync for RevisionAndClass
impl Unpin for RevisionAndClass
impl UnwindSafe for RevisionAndClass
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