pub struct PropertyAnimationTargetBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct PropertyAnimationTarget
objects.
Implementations§
source§impl PropertyAnimationTargetBuilder
impl PropertyAnimationTargetBuilder
pub fn object(self, object: &impl IsA<Object>) -> Self
pub fn pspec(self, pspec: impl AsRef<ParamSpec>) -> Self
sourcepub fn build(self) -> PropertyAnimationTarget
pub fn build(self) -> PropertyAnimationTarget
Build the PropertyAnimationTarget
.
Auto Trait Implementations§
impl Freeze for PropertyAnimationTargetBuilder
impl RefUnwindSafe for PropertyAnimationTargetBuilder
impl !Send for PropertyAnimationTargetBuilder
impl !Sync for PropertyAnimationTargetBuilder
impl Unpin for PropertyAnimationTargetBuilder
impl UnwindSafe for PropertyAnimationTargetBuilder
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