#[repr(u32)]pub enum pspUtilityHtmlViewerInterfaceModes {
PSP_UTILITY_HTMLVIEWER_INTERFACEMODE_FULL = 0,
PSP_UTILITY_HTMLVIEWER_INTERFACEMODE_LIMITED = 1,
PSP_UTILITY_HTMLVIEWER_INTERFACEMODE_NONE = 2,
}Variants§
PSP_UTILITY_HTMLVIEWER_INTERFACEMODE_FULL = 0
PSP_UTILITY_HTMLVIEWER_INTERFACEMODE_LIMITED = 1
PSP_UTILITY_HTMLVIEWER_INTERFACEMODE_NONE = 2
Trait Implementations§
Source§impl Clone for pspUtilityHtmlViewerInterfaceModes
impl Clone for pspUtilityHtmlViewerInterfaceModes
Source§fn clone(&self) -> pspUtilityHtmlViewerInterfaceModes
fn clone(&self) -> pspUtilityHtmlViewerInterfaceModes
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 PartialEq for pspUtilityHtmlViewerInterfaceModes
impl PartialEq for pspUtilityHtmlViewerInterfaceModes
Source§fn eq(&self, other: &pspUtilityHtmlViewerInterfaceModes) -> bool
fn eq(&self, other: &pspUtilityHtmlViewerInterfaceModes) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for pspUtilityHtmlViewerInterfaceModes
impl Eq for pspUtilityHtmlViewerInterfaceModes
impl StructuralPartialEq for pspUtilityHtmlViewerInterfaceModes
Auto Trait Implementations§
impl Freeze for pspUtilityHtmlViewerInterfaceModes
impl RefUnwindSafe for pspUtilityHtmlViewerInterfaceModes
impl Send for pspUtilityHtmlViewerInterfaceModes
impl Sync for pspUtilityHtmlViewerInterfaceModes
impl Unpin for pspUtilityHtmlViewerInterfaceModes
impl UnsafeUnpin for pspUtilityHtmlViewerInterfaceModes
impl UnwindSafe for pspUtilityHtmlViewerInterfaceModes
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