pub struct IntToPtrOperationBuilder<'c, T0, O0> { /* private fields */ }Expand description
A builder for an inttoptr operation.
Implementations§
Source§impl<'c> IntToPtrOperationBuilder<'c, Unset, Unset>
impl<'c> IntToPtrOperationBuilder<'c, Unset, Unset>
Source§impl<'c, O0> IntToPtrOperationBuilder<'c, Unset, O0>
impl<'c, O0> IntToPtrOperationBuilder<'c, Unset, O0>
pub fn res(self, res: Type<'c>) -> IntToPtrOperationBuilder<'c, Set, O0>
Source§impl<'c, T0> IntToPtrOperationBuilder<'c, T0, Unset>
impl<'c, T0> IntToPtrOperationBuilder<'c, T0, Unset>
pub fn arg(self, arg: Value<'c, '_>) -> IntToPtrOperationBuilder<'c, T0, Set>
Source§impl<'c, T0, O0> IntToPtrOperationBuilder<'c, T0, O0>
impl<'c, T0, O0> IntToPtrOperationBuilder<'c, T0, O0>
pub fn dereferenceable( self, dereferenceable: Attribute<'c>, ) -> IntToPtrOperationBuilder<'c, T0, O0>
Source§impl<'c> IntToPtrOperationBuilder<'c, Set, Set>
impl<'c> IntToPtrOperationBuilder<'c, Set, Set>
pub fn build(self) -> IntToPtrOperation<'c>
Auto Trait Implementations§
impl<'c, T0, O0> Freeze for IntToPtrOperationBuilder<'c, T0, O0>
impl<'c, T0, O0> RefUnwindSafe for IntToPtrOperationBuilder<'c, T0, O0>where
T0: RefUnwindSafe,
O0: RefUnwindSafe,
impl<'c, T0, O0> !Send for IntToPtrOperationBuilder<'c, T0, O0>
impl<'c, T0, O0> !Sync for IntToPtrOperationBuilder<'c, T0, O0>
impl<'c, T0, O0> Unpin for IntToPtrOperationBuilder<'c, T0, O0>
impl<'c, T0, O0> UnwindSafe for IntToPtrOperationBuilder<'c, T0, O0>where
T0: UnwindSafe,
O0: UnwindSafe,
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