#[repr(transparent)]pub struct ViewDispatcherType(pub c_uchar);Expand description
ViewDispatcher view_port placement
Tuple Fields§
§0: c_ucharTrait Implementations§
Source§impl Clone for ViewDispatcherType
impl Clone for ViewDispatcherType
Source§fn clone(&self) -> ViewDispatcherType
fn clone(&self) -> ViewDispatcherType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ViewDispatcherType
Source§impl Debug for ViewDispatcherType
impl Debug for ViewDispatcherType
impl Eq for ViewDispatcherType
Source§impl Hash for ViewDispatcherType
impl Hash for ViewDispatcherType
Source§impl PartialEq for ViewDispatcherType
impl PartialEq for ViewDispatcherType
Source§fn eq(&self, other: &ViewDispatcherType) -> bool
fn eq(&self, other: &ViewDispatcherType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ViewDispatcherType
Auto Trait Implementations§
impl Freeze for ViewDispatcherType
impl RefUnwindSafe for ViewDispatcherType
impl Send for ViewDispatcherType
impl Sync for ViewDispatcherType
impl Unpin for ViewDispatcherType
impl UnsafeUnpin for ViewDispatcherType
impl UnwindSafe for ViewDispatcherType
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