#[repr(C)]pub struct drm_agp_mode {
pub mode: u64,
}
Fields§
§mode: u64
Trait Implementations§
Source§impl Clone for drm_agp_mode
impl Clone for drm_agp_mode
Source§fn clone(&self) -> drm_agp_mode
fn clone(&self) -> drm_agp_mode
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 drm_agp_mode
impl Debug for drm_agp_mode
Source§impl Default for drm_agp_mode
impl Default for drm_agp_mode
Source§fn default() -> drm_agp_mode
fn default() -> drm_agp_mode
Returns the “default value” for a type. Read more
Source§impl Hash for drm_agp_mode
impl Hash for drm_agp_mode
Source§impl PartialEq for drm_agp_mode
impl PartialEq for drm_agp_mode
impl Copy for drm_agp_mode
impl Eq for drm_agp_mode
impl StructuralPartialEq for drm_agp_mode
Auto Trait Implementations§
impl Freeze for drm_agp_mode
impl RefUnwindSafe for drm_agp_mode
impl Send for drm_agp_mode
impl Sync for drm_agp_mode
impl Unpin for drm_agp_mode
impl UnwindSafe for drm_agp_mode
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