pub enum PropertyMutability {
Readable,
Writable,
ReadWrite,
}Variants§
Trait Implementations§
Source§impl Clone for PropertyMutability
impl Clone for PropertyMutability
Source§fn clone(&self) -> PropertyMutability
fn clone(&self) -> PropertyMutability
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 PropertyMutability
impl Debug for PropertyMutability
Source§impl Into<u32> for PropertyMutability
impl Into<u32> for PropertyMutability
Source§fn into(self) -> GParamFlags
fn into(self) -> GParamFlags
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for PropertyMutability
impl PartialEq for PropertyMutability
impl Copy for PropertyMutability
impl Eq for PropertyMutability
impl StructuralPartialEq for PropertyMutability
Auto Trait Implementations§
impl Freeze for PropertyMutability
impl RefUnwindSafe for PropertyMutability
impl Send for PropertyMutability
impl Sync for PropertyMutability
impl Unpin for PropertyMutability
impl UnwindSafe for PropertyMutability
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