#[repr(i32)]pub enum PbPFtpQuery {
IdentifyDevice = 0,
SetSystemTime = 1,
GetSystemTime = 2,
SetLocalTime = 3,
GetLocalTime = 4,
GetDiskSpace = 5,
GenerateChallengeToken = 6,
SetInternalTest = 7,
GetBatteryStatus = 8,
SetAdbMode = 9,
CleanupDiskSpace = 10,
GetInactivityPreAlert = 11,
}Variants§
IdentifyDevice = 0
SetSystemTime = 1
GetSystemTime = 2
SetLocalTime = 3
GetLocalTime = 4
GetDiskSpace = 5
GenerateChallengeToken = 6
SetInternalTest = 7
GetBatteryStatus = 8
SetAdbMode = 9
CleanupDiskSpace = 10
GetInactivityPreAlert = 11
Implementations§
Trait Implementations§
Source§impl Clone for PbPFtpQuery
impl Clone for PbPFtpQuery
Source§fn clone(&self) -> PbPFtpQuery
fn clone(&self) -> PbPFtpQuery
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 moreSource§impl Debug for PbPFtpQuery
impl Debug for PbPFtpQuery
Source§impl Default for PbPFtpQuery
impl Default for PbPFtpQuery
Source§fn default() -> PbPFtpQuery
fn default() -> PbPFtpQuery
Returns the “default value” for a type. Read more
Source§impl From<PbPFtpQuery> for i32
impl From<PbPFtpQuery> for i32
Source§fn from(value: PbPFtpQuery) -> i32
fn from(value: PbPFtpQuery) -> i32
Converts to this type from the input type.
Source§impl Hash for PbPFtpQuery
impl Hash for PbPFtpQuery
Source§impl Ord for PbPFtpQuery
impl Ord for PbPFtpQuery
Source§fn cmp(&self, other: &PbPFtpQuery) -> Ordering
fn cmp(&self, other: &PbPFtpQuery) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PbPFtpQuery
impl PartialEq for PbPFtpQuery
Source§impl PartialOrd for PbPFtpQuery
impl PartialOrd for PbPFtpQuery
impl Copy for PbPFtpQuery
impl Eq for PbPFtpQuery
impl StructuralPartialEq for PbPFtpQuery
Auto Trait Implementations§
impl Freeze for PbPFtpQuery
impl RefUnwindSafe for PbPFtpQuery
impl Send for PbPFtpQuery
impl Sync for PbPFtpQuery
impl Unpin for PbPFtpQuery
impl UnwindSafe for PbPFtpQuery
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