#[repr(C)]pub struct drm_agp_binding {
pub handle: c_ulong,
pub offset: c_ulong,
}Fields§
§handle: c_ulong< From drm_agp_buffer
offset: c_ulong< In bytes – will round to page boundary
Trait Implementations§
Source§impl Clone for drm_agp_binding
impl Clone for drm_agp_binding
Source§fn clone(&self) -> drm_agp_binding
fn clone(&self) -> drm_agp_binding
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 drm_agp_binding
impl Debug for drm_agp_binding
impl Copy for drm_agp_binding
Auto Trait Implementations§
impl Freeze for drm_agp_binding
impl RefUnwindSafe for drm_agp_binding
impl Send for drm_agp_binding
impl Sync for drm_agp_binding
impl Unpin for drm_agp_binding
impl UnwindSafe for drm_agp_binding
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