NumberWindow

Struct NumberWindow 

Source
pub struct NumberWindow<'a>(/* private fields */);
Expand description

Limited-lifetime foreign type. See module documentation.
Deref and DerefMut towards Window (but destroying it as such might leak memory).

Trait Implementations§

Source§

impl<'a> Deref for NumberWindow<'a>

Source§

type Target = Window

The resulting type after dereferencing.
Source§

fn deref(&self) -> &Self::Target

Dereferences the value.
Source§

impl<'a> DerefMut for NumberWindow<'a>

Source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.

Auto Trait Implementations§

§

impl<'a> !Freeze for NumberWindow<'a>

§

impl<'a> !RefUnwindSafe for NumberWindow<'a>

§

impl<'a> !Send for NumberWindow<'a>

§

impl<'a> !Sized for NumberWindow<'a>

§

impl<'a> !Sync for NumberWindow<'a>

§

impl<'a> !Unpin for NumberWindow<'a>

§

impl<'a> !UnwindSafe for NumberWindow<'a>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<P, T> Receiver for P
where P: Deref<Target = T> + ?Sized, T: ?Sized,

Source§

type Target = T

🔬This is a nightly-only experimental API. (arbitrary_self_types)
The target type on which the method may be called.