#[repr(C)]pub struct _VADisplayAttribute {
pub type_: Type,
pub min_value: i32,
pub max_value: i32,
pub value: i32,
pub flags: u32,
pub va_reserved: [u32; 4],
}Fields§
§type_: Type§min_value: i32§max_value: i32§value: i32§flags: u32§va_reserved: [u32; 4]\brief Reserved bytes for future use, must be zero
Trait Implementations§
Source§impl Clone for _VADisplayAttribute
impl Clone for _VADisplayAttribute
Source§fn clone(&self) -> _VADisplayAttribute
fn clone(&self) -> _VADisplayAttribute
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 _VADisplayAttribute
Source§impl Debug for _VADisplayAttribute
impl Debug for _VADisplayAttribute
Source§impl Default for _VADisplayAttribute
impl Default for _VADisplayAttribute
impl Eq for _VADisplayAttribute
Source§impl PartialEq for _VADisplayAttribute
impl PartialEq for _VADisplayAttribute
Source§fn eq(&self, other: &_VADisplayAttribute) -> bool
fn eq(&self, other: &_VADisplayAttribute) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VADisplayAttribute
Auto Trait Implementations§
impl Freeze for _VADisplayAttribute
impl RefUnwindSafe for _VADisplayAttribute
impl Send for _VADisplayAttribute
impl Sync for _VADisplayAttribute
impl Unpin for _VADisplayAttribute
impl UnsafeUnpin for _VADisplayAttribute
impl UnwindSafe for _VADisplayAttribute
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