Struct libgir::analysis::child_properties::ChildProperty
source · pub struct ChildProperty {Show 13 fields
pub name: String,
pub prop_name: String,
pub getter_name: String,
pub typ: TypeId,
pub child_name: String,
pub child_type: Option<TypeId>,
pub nullable: Nullable,
pub get_out_ref_mode: RefMode,
pub set_in_ref_mode: RefMode,
pub doc_hidden: bool,
pub set_params: String,
pub bounds: String,
pub to_glib_extra: String,
}
Fields§
§name: String
§prop_name: String
§getter_name: String
§typ: TypeId
§child_name: String
§child_type: Option<TypeId>
§nullable: Nullable
§get_out_ref_mode: RefMode
§set_in_ref_mode: RefMode
§set_params: String
§bounds: String
§to_glib_extra: String
Trait Implementations§
source§impl Clone for ChildProperty
impl Clone for ChildProperty
source§fn clone(&self) -> ChildProperty
fn clone(&self) -> ChildProperty
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 moreAuto Trait Implementations§
impl Freeze for ChildProperty
impl RefUnwindSafe for ChildProperty
impl Send for ChildProperty
impl Sync for ChildProperty
impl Unpin for ChildProperty
impl UnwindSafe for ChildProperty
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
)