pub struct GProp_GProps { /* private fields */ }Implementations§
Source§impl GProp_GProps
impl GProp_GProps
Trait Implementations§
Source§impl ExternType for GProp_GProps
impl ExternType for GProp_GProps
impl UniquePtrTarget for GProp_GProps
Auto Trait Implementations§
impl !Freeze for GProp_GProps
impl RefUnwindSafe for GProp_GProps
impl !Send for GProp_GProps
impl !Sync for GProp_GProps
impl !Unpin for GProp_GProps
impl UnwindSafe for GProp_GProps
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