pub trait PtpBody {
// Required method
fn packet_type(&self) -> u8;
}Required Methods§
Sourcefn packet_type(&self) -> u8
fn packet_type(&self) -> u8
Get packet type byte
pub trait PtpBody {
// Required method
fn packet_type(&self) -> u8;
}Get packet type byte