#[repr(C)]pub struct CDtgObjectRequestACK {
pub datagram_type: DatagramType,
pub flag: Flag,
pub object_id: ObjectId,
pub final_object_id: *const c_ulonglong,
}
Fields§
§datagram_type: DatagramType
§flag: Flag
§object_id: ObjectId
§final_object_id: *const c_ulonglong
Implementations§
Source§impl CDtgObjectRequestACK
impl CDtgObjectRequestACK
pub fn new( flag: Flag, object_id: ObjectId, final_object_id: *const c_ulonglong, ) -> CDtgObjectRequestACK
Auto Trait Implementations§
impl Freeze for CDtgObjectRequestACK
impl RefUnwindSafe for CDtgObjectRequestACK
impl !Send for CDtgObjectRequestACK
impl !Sync for CDtgObjectRequestACK
impl Unpin for CDtgObjectRequestACK
impl UnwindSafe for CDtgObjectRequestACK
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