Struct capnp::private::layout::StructReader [−][src]
Implementations
impl<'a> StructReader<'a>
[src]
pub fn new_default<'b>() -> StructReader<'b>
[src]
pub fn imbue(&mut self, cap_table: CapTableReader)
[src]
pub fn get_data_section_size(&self) -> BitCount32
[src]
pub fn get_pointer_section_size(&self) -> WirePointerCount16
[src]
pub fn get_pointer_section_as_list(&self) -> ListReader<'a>
[src]
pub fn get_data_section_as_blob(&self) -> &'a [u8]ⓘ
[src]
pub fn get_data_field<T: Primitive + Zero>(&self, offset: ElementCount) -> T
[src]
pub fn get_bool_field(&self, offset: ElementCount) -> bool
[src]
pub fn get_data_field_mask<T: Primitive + Zero + Mask>(
&self,
offset: ElementCount,
mask: <T as Mask>::T
) -> T
[src]
&self,
offset: ElementCount,
mask: <T as Mask>::T
) -> T
pub fn get_bool_field_mask(&self, offset: ElementCount, mask: bool) -> bool
[src]
pub fn get_pointer_field(
&self,
ptr_index: WirePointerCount
) -> PointerReader<'a>
[src]
&self,
ptr_index: WirePointerCount
) -> PointerReader<'a>
pub fn total_size(&self) -> Result<MessageSize>
[src]
pub fn is_canonical(
&self,
read_head: &Cell<*const u8>,
ptr_head: &Cell<*const u8>,
data_trunc: &mut bool,
ptr_trunc: &mut bool
) -> Result<bool>
[src]
&self,
read_head: &Cell<*const u8>,
ptr_head: &Cell<*const u8>,
data_trunc: &mut bool,
ptr_trunc: &mut bool
) -> Result<bool>
Trait Implementations
impl<'a> Clone for StructReader<'a>
[src]
fn clone(&self) -> StructReader<'a>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'a> Copy for StructReader<'a>
[src]
Auto Trait Implementations
impl<'a> !RefUnwindSafe for StructReader<'a>
impl<'a> !Send for StructReader<'a>
impl<'a> !Sync for StructReader<'a>
impl<'a> Unpin for StructReader<'a>
impl<'a> !UnwindSafe for StructReader<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,