pub struct RwFrameList {
pub frame_count: u32,
pub frames: Vec<RwFrame>,
}
Fields§
§frame_count: u32
§frames: Vec<RwFrame>
Trait Implementations§
Source§impl Clone for RwFrameList
impl Clone for RwFrameList
Source§fn clone(&self) -> RwFrameList
fn clone(&self) -> RwFrameList
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 RwFrameList
impl Debug for RwFrameList
Source§impl PartialEq for RwFrameList
impl PartialEq for RwFrameList
Source§impl Serialize for RwFrameList
impl Serialize for RwFrameList
impl StructuralPartialEq for RwFrameList
Auto Trait Implementations§
impl Freeze for RwFrameList
impl RefUnwindSafe for RwFrameList
impl Send for RwFrameList
impl Sync for RwFrameList
impl Unpin for RwFrameList
impl UnwindSafe for RwFrameList
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