pub struct GssIovFake(/* private fields */);Expand description
this is a “fake” iov that exists only to ask gssapi how much space it needs for the real one.
Implementations§
Source§impl GssIovFake
impl GssIovFake
Sourcepub fn new(typ: GssIovType) -> GssIovFake
pub fn new(typ: GssIovType) -> GssIovFake
Create a fake Iov for calls to wrap_iov_length
pub fn len(&self) -> usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GssIovFake
impl RefUnwindSafe for GssIovFake
impl !Send for GssIovFake
impl !Sync for GssIovFake
impl Unpin for GssIovFake
impl UnwindSafe for GssIovFake
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