pub struct UnspecifiedPage;
Expand description
Any page capability.
Trait Implementations§
Source§impl Clone for UnspecifiedPage
impl Clone for UnspecifiedPage
Source§fn clone(&self) -> UnspecifiedPage
fn clone(&self) -> UnspecifiedPage
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UnspecifiedPage
impl Debug for UnspecifiedPage
Source§impl Hash for UnspecifiedPage
impl Hash for UnspecifiedPage
Source§impl Ord for UnspecifiedPage
impl Ord for UnspecifiedPage
Source§impl PartialEq for UnspecifiedPage
impl PartialEq for UnspecifiedPage
Source§impl PartialOrd for UnspecifiedPage
impl PartialOrd for UnspecifiedPage
Source§fn partial_cmp(&self, other: &UnspecifiedPage) -> Option<Ordering>
fn partial_cmp(&self, other: &UnspecifiedPage) -> Option<Ordering>
impl CapTypeForFrameObject for UnspecifiedPage
impl Copy for UnspecifiedPage
impl Eq for UnspecifiedPage
impl StructuralPartialEq for UnspecifiedPage
Auto Trait Implementations§
impl Freeze for UnspecifiedPage
impl RefUnwindSafe for UnspecifiedPage
impl Send for UnspecifiedPage
impl Sync for UnspecifiedPage
impl Unpin for UnspecifiedPage
impl UnwindSafe for UnspecifiedPage
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut u8)
unsafe fn clone_to_uninit(&self, dst: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)