pub struct RmFastLoadObjectId {
pub value: u32,
pub offset: usize,
pub raw: [u8; 4],
}Expand description
One fixed-width member of the RMFastLoad object-id table.
Fields§
§value: u32Decoded little-endian object identifier.
offset: usizePayload-relative offset of the four-byte table word.
raw: [u8; 4]Exact serialized table word.
Trait Implementations§
Source§impl Clone for RmFastLoadObjectId
impl Clone for RmFastLoadObjectId
Source§fn clone(&self) -> RmFastLoadObjectId
fn clone(&self) -> RmFastLoadObjectId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RmFastLoadObjectId
Source§impl Debug for RmFastLoadObjectId
impl Debug for RmFastLoadObjectId
impl Eq for RmFastLoadObjectId
Source§impl PartialEq for RmFastLoadObjectId
impl PartialEq for RmFastLoadObjectId
impl StructuralPartialEq for RmFastLoadObjectId
Auto Trait Implementations§
impl Freeze for RmFastLoadObjectId
impl RefUnwindSafe for RmFastLoadObjectId
impl Send for RmFastLoadObjectId
impl Sync for RmFastLoadObjectId
impl Unpin for RmFastLoadObjectId
impl UnsafeUnpin for RmFastLoadObjectId
impl UnwindSafe for RmFastLoadObjectId
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