pub struct SlideId(pub u32);Expand description
幻灯片 ID(指向 sldIdLst 中的条目)。
当前实现未暴露给用户(仅作类型占位),留作后续 read-modify-write 流程使用。
Tuple Fields§
§0: u32幻灯片 ID 值(对应 sldIdLst 中的 id 属性)。
Trait Implementations§
impl Copy for SlideId
impl Eq for SlideId
impl StructuralPartialEq for SlideId
Auto Trait Implementations§
impl Freeze for SlideId
impl RefUnwindSafe for SlideId
impl Send for SlideId
impl Sync for SlideId
impl Unpin for SlideId
impl UnsafeUnpin for SlideId
impl UnwindSafe for SlideId
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.