Struct Rgetlock
pub struct Rgetlock {
pub type_: u8,
pub start: u64,
pub length: u64,
pub proc_id: u32,
pub client_id: String,
}
Fields§
§type_: u8
§start: u64
§length: u64
§proc_id: u32
§client_id: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rgetlock
impl RefUnwindSafe for Rgetlock
impl Send for Rgetlock
impl Sync for Rgetlock
impl Unpin for Rgetlock
impl UnwindSafe for Rgetlock
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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