Struct nando_support::iptr::IPtr
source · #[repr(C)]pub struct IPtr {
pub object_id: ObjectId,
pub offset: u64,
pub size: u64,
}Fields§
§object_id: ObjectId§offset: u64§size: u64Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for IPtr
impl<'de> Deserialize<'de> for IPtr
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<&IPtr> for NandoArgument
impl From<&IPtr> for NandoArgument
source§impl From<IPtr> for NandoArgument
impl From<IPtr> for NandoArgument
impl Copy for IPtr
impl Eq for IPtr
impl StructuralEq for IPtr
Auto Trait Implementations§
impl RefUnwindSafe for IPtr
impl Send for IPtr
impl Sync for IPtr
impl Unpin for IPtr
impl UnwindSafe for IPtr
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