Struct cyfs_lib::AddTrackerPositonRequest
source · [−]pub struct AddTrackerPositonRequest {
pub id: String,
pub direction: TrackerDirection,
pub pos: TrackerPostion,
pub flags: u32,
}
Fields
id: String
direction: TrackerDirection
pos: TrackerPostion
flags: u32
Auto Trait Implementations
impl RefUnwindSafe for AddTrackerPositonRequest
impl Send for AddTrackerPositonRequest
impl Sync for AddTrackerPositonRequest
impl Unpin for AddTrackerPositonRequest
impl UnwindSafe for AddTrackerPositonRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more