Struct libgssapi::util::GssIovFake
source · 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 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