#[repr(transparent)]pub struct ViewDispatcherType(pub c_uchar);
Expand description
ViewDispatcher view_port placement
Tuple Fields§
§0: c_uchar
Trait 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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ViewDispatcherType
impl Debug for ViewDispatcherType
Source§impl Hash for ViewDispatcherType
impl Hash for ViewDispatcherType
Source§impl PartialEq for ViewDispatcherType
impl PartialEq for ViewDispatcherType
impl Copy for ViewDispatcherType
impl Eq for ViewDispatcherType
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 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