Struct gdk4::DragSurfaceSize
source · pub struct DragSurfaceSize(/* private fields */);
Available on crate feature
v4_12
only.Expand description
The DragSurfaceSize
struct contains information that is useful
to compute the size of a drag surface.
Implementations§
Trait Implementations§
source§impl StaticType for DragSurfaceSize
impl StaticType for DragSurfaceSize
source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.Auto Trait Implementations§
impl Freeze for DragSurfaceSize
impl RefUnwindSafe for DragSurfaceSize
impl !Send for DragSurfaceSize
impl !Sync for DragSurfaceSize
impl Unpin for DragSurfaceSize
impl UnwindSafe for DragSurfaceSize
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> StaticTypeExt for Twhere
T: StaticType,
impl<T> StaticTypeExt for Twhere
T: StaticType,
source§fn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.