pub struct BlipFill { /* private fields */ }Implementations§
Source§impl BlipFill
impl BlipFill
pub fn get_rotate_with_shape(&self) -> &bool
pub fn set_rotate_with_shape(&mut self, value: bool) -> &mut BlipFill
pub fn get_source_rectangle(&self) -> Option<&SourceRectangle>
pub fn get_source_rectangle_mut(&mut self) -> Option<&mut SourceRectangle>
pub fn set_source_rectangle(&mut self, value: SourceRectangle) -> &mut BlipFill
pub fn get_blip(&self) -> &Blip
pub fn get_blip_mut(&mut self) -> &mut Blip
pub fn set_blip(&mut self, value: Blip) -> &mut BlipFill
pub fn get_stretch(&self) -> &Stretch
pub fn get_stretch_mut(&mut self) -> &mut Stretch
pub fn set_stretch(&mut self, value: Stretch) -> &mut BlipFill
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlipFill
impl RefUnwindSafe for BlipFill
impl Send for BlipFill
impl Sync for BlipFill
impl Unpin for BlipFill
impl UnwindSafe for BlipFill
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