Enum lief::macho::commands::build_version::PLATFORM
pub enum PLATFORM {
MACOS,
IOS,
TVOS,
WATCHOS,
UNKNOWN(u32),
}Variants§
Implementations§
§impl PLATFORM
impl PLATFORM
pub fn from_value(value: u32) -> Self
Trait Implementations§
impl Copy for PLATFORM
impl Eq for PLATFORM
impl StructuralEq for PLATFORM
impl StructuralPartialEq for PLATFORM
Auto Trait Implementations§
impl RefUnwindSafe for PLATFORM
impl Send for PLATFORM
impl Sync for PLATFORM
impl Unpin for PLATFORM
impl UnwindSafe for PLATFORM
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