Enum destiny_pkg::package::PackagePlatform
source · pub enum PackagePlatform {
PS3,
PS4,
X360,
Windows,
}Variants§
Implementations§
source§impl PackagePlatform
impl PackagePlatform
pub fn endianness(&self) -> Endian
Trait Implementations§
source§impl Clone for PackagePlatform
impl Clone for PackagePlatform
source§fn clone(&self) -> PackagePlatform
fn clone(&self) -> PackagePlatform
Returns a copy 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 PackagePlatform
impl Debug for PackagePlatform
source§impl FromStr for PackagePlatform
impl FromStr for PackagePlatform
source§impl PartialEq for PackagePlatform
impl PartialEq for PackagePlatform
source§fn eq(&self, other: &PackagePlatform) -> bool
fn eq(&self, other: &PackagePlatform) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PackagePlatform
impl Eq for PackagePlatform
impl StructuralPartialEq for PackagePlatform
Auto Trait Implementations§
impl Freeze for PackagePlatform
impl RefUnwindSafe for PackagePlatform
impl Send for PackagePlatform
impl Sync for PackagePlatform
impl Unpin for PackagePlatform
impl UnwindSafe for PackagePlatform
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