pub struct CpQuery {
pub copy_protection_id: u32,
}Expand description
cp_query() (Table 69): app → host.
Fields§
§copy_protection_id: u3224-bit CopyProtectionID (an IEEE company_id).
Trait Implementations§
impl Copy for CpQuery
impl Eq for CpQuery
Source§impl Serialize for CpQuery
impl Serialize for CpQuery
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for CpQuery
Auto Trait Implementations§
impl Freeze for CpQuery
impl RefUnwindSafe for CpQuery
impl Send for CpQuery
impl Sync for CpQuery
impl Unpin for CpQuery
impl UnsafeUnpin for CpQuery
impl UnwindSafe for CpQuery
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