Struct x11rb_protocol::protocol::xv::ScanlineOrder
source · pub struct ScanlineOrder(/* private fields */);
Implementations§
source§impl ScanlineOrder
impl ScanlineOrder
pub const TOP_TO_BOTTOM: Self = _
pub const BOTTOM_TO_TOP: Self = _
Trait Implementations§
source§impl Clone for ScanlineOrder
impl Clone for ScanlineOrder
source§fn clone(&self) -> ScanlineOrder
fn clone(&self) -> ScanlineOrder
Returns a copy 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 ScanlineOrder
impl Debug for ScanlineOrder
source§impl Default for ScanlineOrder
impl Default for ScanlineOrder
source§fn default() -> ScanlineOrder
fn default() -> ScanlineOrder
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ScanlineOrder
impl<'de> Deserialize<'de> for ScanlineOrder
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<ScanlineOrder> for Option<u16>
impl From<ScanlineOrder> for Option<u16>
source§fn from(input: ScanlineOrder) -> Self
fn from(input: ScanlineOrder) -> Self
Converts to this type from the input type.
source§impl From<ScanlineOrder> for Option<u32>
impl From<ScanlineOrder> for Option<u32>
source§fn from(input: ScanlineOrder) -> Self
fn from(input: ScanlineOrder) -> Self
Converts to this type from the input type.
source§impl From<ScanlineOrder> for Option<u8>
impl From<ScanlineOrder> for Option<u8>
source§fn from(input: ScanlineOrder) -> Self
fn from(input: ScanlineOrder) -> Self
Converts to this type from the input type.
source§impl From<ScanlineOrder> for u16
impl From<ScanlineOrder> for u16
source§fn from(input: ScanlineOrder) -> Self
fn from(input: ScanlineOrder) -> Self
Converts to this type from the input type.
source§impl From<ScanlineOrder> for u32
impl From<ScanlineOrder> for u32
source§fn from(input: ScanlineOrder) -> Self
fn from(input: ScanlineOrder) -> Self
Converts to this type from the input type.
source§impl From<ScanlineOrder> for u8
impl From<ScanlineOrder> for u8
source§fn from(input: ScanlineOrder) -> Self
fn from(input: ScanlineOrder) -> Self
Converts to this type from the input type.
source§impl From<u8> for ScanlineOrder
impl From<u8> for ScanlineOrder
source§impl Hash for ScanlineOrder
impl Hash for ScanlineOrder
source§impl Ord for ScanlineOrder
impl Ord for ScanlineOrder
source§fn cmp(&self, other: &ScanlineOrder) -> Ordering
fn cmp(&self, other: &ScanlineOrder) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ScanlineOrder
impl PartialEq for ScanlineOrder
source§fn eq(&self, other: &ScanlineOrder) -> bool
fn eq(&self, other: &ScanlineOrder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for ScanlineOrder
impl PartialOrd for ScanlineOrder
source§fn partial_cmp(&self, other: &ScanlineOrder) -> Option<Ordering>
fn partial_cmp(&self, other: &ScanlineOrder) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl Serialize for ScanlineOrder
impl Serialize for ScanlineOrder
impl Copy for ScanlineOrder
impl Eq for ScanlineOrder
impl StructuralPartialEq for ScanlineOrder
Auto Trait Implementations§
impl Freeze for ScanlineOrder
impl RefUnwindSafe for ScanlineOrder
impl Send for ScanlineOrder
impl Sync for ScanlineOrder
impl Unpin for ScanlineOrder
impl UnwindSafe for ScanlineOrder
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