#[repr(C)]pub struct CbfDragImage {
pub png_bytes: *const u8,
pub png_len: u32,
pub pixel_width: u32,
pub pixel_height: u32,
pub scale: f32,
pub cursor_offset_x: i32,
pub cursor_offset_y: i32,
}Fields§
§png_bytes: *const u8§png_len: u32§pixel_width: u32§pixel_height: u32§scale: f32§cursor_offset_x: i32§cursor_offset_y: i32Trait Implementations§
Source§impl Clone for CbfDragImage
impl Clone for CbfDragImage
Source§fn clone(&self) -> CbfDragImage
fn clone(&self) -> CbfDragImage
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 CbfDragImage
impl Debug for CbfDragImage
Source§impl Default for CbfDragImage
impl Default for CbfDragImage
Source§fn default() -> CbfDragImage
fn default() -> CbfDragImage
Returns the “default value” for a type. Read more
impl Copy for CbfDragImage
Auto Trait Implementations§
impl Freeze for CbfDragImage
impl RefUnwindSafe for CbfDragImage
impl !Send for CbfDragImage
impl !Sync for CbfDragImage
impl Unpin for CbfDragImage
impl UnsafeUnpin for CbfDragImage
impl UnwindSafe for CbfDragImage
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