pub struct Picture { /* private fields */ }Implementations§
Source§impl Picture
impl Picture
pub fn picture_number(&self) -> u32
pub fn picture_number_mut(&mut self) -> &mut u32
pub fn field(&self) -> &PictureField
pub fn field_mut(&mut self) -> &mut PictureField
Trait Implementations§
impl StructuralPartialEq for Picture
Auto Trait Implementations§
impl Freeze for Picture
impl RefUnwindSafe for Picture
impl Send for Picture
impl Sync for Picture
impl Unpin for Picture
impl UnwindSafe for Picture
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