Struct gtk4::PadActionEntry 
source · #[repr(transparent)]pub struct PadActionEntry { /* private fields */ }Expand description
Struct defining a pad action entry.
Implementations§
source§impl PadActionEntry
 
impl PadActionEntry
pub fn as_ptr(&self) -> *mut GtkPadActionEntry
sourcepub unsafe fn from_glib_ptr_borrow<'a>(
    ptr: *const GtkPadActionEntry
) -> &'a Self
 
pub unsafe fn from_glib_ptr_borrow<'a>( ptr: *const GtkPadActionEntry ) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
    ptr: *mut GtkPadActionEntry
) -> &'a mut Self
 
pub unsafe fn from_glib_ptr_borrow_mut<'a>( ptr: *mut GtkPadActionEntry ) -> &'a mut Self
Borrows the underlying C value mutably.
Trait Implementations§
source§impl Clone for PadActionEntry
 
impl Clone for PadActionEntry
Auto Trait Implementations§
impl RefUnwindSafe for PadActionEntry
impl !Send for PadActionEntry
impl !Sync for PadActionEntry
impl Unpin for PadActionEntry
impl UnwindSafe for PadActionEntry
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