pub struct MasterId {
pub id: Option<u32>,
pub rel_id: String,
pub offset: usize,
}Expand description
One p:sldMasterId (19.2.1.36).
Fields§
§id: Option<u32>§rel_id: String§offset: usizeTrait Implementations§
impl Eq for MasterId
impl StructuralPartialEq for MasterId
Auto Trait Implementations§
impl Freeze for MasterId
impl RefUnwindSafe for MasterId
impl Send for MasterId
impl Sync for MasterId
impl Unpin for MasterId
impl UnsafeUnpin for MasterId
impl UnwindSafe for MasterId
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