Struct xcb::xinput::DeviceTimeCoordBuf
source · pub struct DeviceTimeCoordBuf { /* private fields */ }
Implementations§
source§impl DeviceTimeCoordBuf
impl DeviceTimeCoordBuf
sourcepub fn new(time: Timestamp, axisvalues: &[i32]) -> DeviceTimeCoordBuf
pub fn new(time: Timestamp, axisvalues: &[i32]) -> DeviceTimeCoordBuf
Construct a new DeviceTimeCoordBuf.
Methods from Deref<Target = DeviceTimeCoord>§
Trait Implementations§
source§impl Borrow<DeviceTimeCoord> for DeviceTimeCoordBuf
impl Borrow<DeviceTimeCoord> for DeviceTimeCoordBuf
source§fn borrow(&self) -> &DeviceTimeCoord
fn borrow(&self) -> &DeviceTimeCoord
Immutably borrows from an owned value. Read more
source§impl Clone for DeviceTimeCoordBuf
impl Clone for DeviceTimeCoordBuf
source§fn clone(&self) -> DeviceTimeCoordBuf
fn clone(&self) -> DeviceTimeCoordBuf
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 DeviceTimeCoordBuf
impl Debug for DeviceTimeCoordBuf
Auto Trait Implementations§
impl Freeze for DeviceTimeCoordBuf
impl RefUnwindSafe for DeviceTimeCoordBuf
impl Send for DeviceTimeCoordBuf
impl Sync for DeviceTimeCoordBuf
impl Unpin for DeviceTimeCoordBuf
impl UnwindSafe for DeviceTimeCoordBuf
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)